Shades of Deco #CCCA74
Tints of Deco #CCCA74
RGB
CMYK
RGB Variations
Color information
#CCCA74 (or 0xCCCA74) is known color: Deco. HEX triplet: CC, CA and 74. RGB value is (204,202,116). Sum of RGB (Red+Green+Blue) = 204+202+116=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 116 (45.70% from 255 or 22.22% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCA74 is #33358B. Grayscale: #C1C1C1. Windows color (decimal): -3356044 or 7654092. OLE color: 7654092.
HSL color Cylindrical-coordinate representation of color #CCCA74: hue angle of 58.64º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCCA74 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 202 | 116 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.2 |
| HSL | 58.64º | 0.46% | 0.63% | - |
| HSV(B) | 58.64º | 0.43% | 0.8% | - |
| XYZ | 49.17 | 56.34 | 24.81 | - |
| YUV | 192.79 | 84.66 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 202 | 116 | 0 | 0.01 | 0.43 | 0.2 | 58.64 | 0.46 | 0.63 |
| Hex | CC | CA | 74 | 0 | 1 | 2B | 14 | 3B | 2E | 3F |
| Octal | 314 | 312 | 164 | 0 | 1 | 53 | 24 | 73 | 56 | 77 |
| Binary | 11001100 | 11001010 | 1110100 | 0 | 1 | 101011 | 10100 | 111011 | 101110 | 111111 |
Color Harmonies of #CCCA74
Complementary color
Monochromatic Colors of #CCCA74
Black with #CCCA74
Text Example
Text Example
White with #CCCA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCA74; }
p { color: rgb(204,202,116); }
H1.HeaderClassName
{
color: #CCCA74;
}
.AnyTagClassName
{
color: #CCCA74;
}
</style>
background-color css
<style>
a { background-color: #CCCA74; }
a { background-color: rgb(204,202,116); }
div.DivClassName
{
background-color: #CCCA74;
}
.BgClassName
{
background-color: #CCCA74;
}
</style>
border-color css
<style>
span { border-color: #CCCA74; }
span { border-color: rgb(204,202,116); }
td.TdClassName
{
border-color: #CCCA74;
}
.TagClassName
{
border-color: #CCCA74;
}
</style>