Color spaces of #ccb976
RGB | 204 | 185 | 118 |
---|---|---|---|
HSL | 0.13 | 0.46 | 0.63 |
HSV | 47° | 42° | 80° |
CMYK | 0.00 | 0.09 | 0.42 0.20 |
XYZ | 45.5208 | 48.8433 | 24.1680 |
Yxy | 48.8433 | 0.3840 | 0.4121 |
Hunter Lab | 69.8880 | -6.0399 | 28.4185 |
CIE-Lab | 75.3537 | -2.5706 | 36.4122 |
#ccb976 color RGB value is (204,185,118).
#ccb976 hex color red value is 204, green value is 185 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #ccb976 hue: 0.13 , saturation: 0.46 and the lightness value of ccb976 is 0.63.
The process color (four color CMYK) of #ccb976 color hex is 0.00, 0.09, 0.42, 0.20. Web safe color of #ccb976 is #cccc66. Color #ccb976 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10111001 | 01110110 |
Octal | 314 | 271 | 166 |
Decimal | 204 | 185 | 118 |
Hex | CC | B9 | 76 |
Shades of #ccb976
Tints of #ccb976
RGB Percentages of Color #ccb976
CMYK Percentages of Color #ccb976
Complementary Color
#ccb976 | #7689cc |
#ccb976 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccb976 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccb976 Color CSS Codes
.mybgcolor {background-color:#ccb976; } .myforecolor {color:#ccb976; } .mybordercolor {border:3px solid #ccb976; }
#ccb976 Text Font Color
<p style="color:#ccb976">Text here</p>
This sample text font color is #ccb976
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#ccb976 Background Color
<div style="background-color:#ccb976">
Div content here</div>
This div background color is #ccb976
#ccb976 Border Color
<div style="border:3px solid #ccb976">
Div here</div>
This div border color is #ccb976
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,185,118, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccb976; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccb976; -webkit-box-shadow: 1px 1px 3px 2px #ccb976; box-shadow: 1px 1px 3px 2px #ccb976; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,185,118, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccb976">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccb976; -webkit-box-shadow: 1px 1px 3px 2px #ccb976; box-shadow: 1px 1px 3px 2px #ccb976;">
Div content here</div>
This div box has shadow with color #ccb976
#ccb976 Color Palettes
Comments
No comments written yet.
Please login to write comment.