Shades of Deco #CCCF81
Tints of Deco #CCCF81
RGB
CMYK
RGB Variations
Color information
#CCCF81 (or 0xCCCF81) is known color: Deco. HEX triplet: CC, CF and 81. RGB value is (204,207,129). Sum of RGB (Red+Green+Blue) = 204+207+129=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 129 (50.78% from 255 or 23.89% from 540); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCF81 is #33307E. Grayscale: #C5C5C5. Windows color (decimal): -3354751 or 8507340. OLE color: 8507340.
HSL color Cylindrical-coordinate representation of color #CCCF81: hue angle of 62.31º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCCF81 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 129 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.19 |
| HSL | 62.31º | 0.45% | 0.66% | - |
| HSV(B) | 62.31º | 0.38% | 0.81% | - |
| XYZ | 51.18 | 59.05 | 29.47 | - |
| YUV | 197.21 | 89.51 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 129 | 0.01 | 0 | 0.38 | 0.19 | 62.31 | 0.45 | 0.66 |
| Hex | CC | CF | 81 | 1 | 0 | 26 | 13 | 3E | 2D | 42 |
| Octal | 314 | 317 | 201 | 1 | 0 | 46 | 23 | 76 | 55 | 102 |
| Binary | 11001100 | 11001111 | 10000001 | 1 | 0 | 100110 | 10011 | 111110 | 101101 | 1000010 |
Color Harmonies of #CCCF81
Complementary color
Monochromatic Colors of #CCCF81
Black with #CCCF81
Text Example
Text Example
White with #CCCF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF81; }
p { color: rgb(204,207,129); }
H1.HeaderClassName
{
color: #CCCF81;
}
.AnyTagClassName
{
color: #CCCF81;
}
</style>
background-color css
<style>
a { background-color: #CCCF81; }
a { background-color: rgb(204,207,129); }
div.DivClassName
{
background-color: #CCCF81;
}
.BgClassName
{
background-color: #CCCF81;
}
</style>
border-color css
<style>
span { border-color: #CCCF81; }
span { border-color: rgb(204,207,129); }
td.TdClassName
{
border-color: #CCCF81;
}
.TagClassName
{
border-color: #CCCF81;
}
</style>