Shades of Deco #CFCA81
Tints of Deco #CFCA81
RGB
CMYK
RGB Variations
Color information
#CFCA81 (or 0xCFCA81) is known color: Deco. HEX triplet: CF, CA and 81. RGB value is (207,202,129). Sum of RGB (Red+Green+Blue) = 207+202+129=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 129 (50.78% from 255 or 23.98% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCA81 is #30357E. Grayscale: #C3C3C3. Windows color (decimal): -3159423 or 8506063. OLE color: 8506063.
HSL color Cylindrical-coordinate representation of color #CFCA81: hue angle of 56.15º 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 #CFCA81 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 129 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.19 |
| HSL | 56.15º | 0.45% | 0.66% | - |
| HSV(B) | 56.15º | 0.38% | 0.81% | - |
| XYZ | 50.82 | 57.09 | 29.11 | - |
| YUV | 195.17 | 90.66 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 129 | 0 | 0.02 | 0.38 | 0.19 | 56.15 | 0.45 | 0.66 |
| Hex | CF | CA | 81 | 0 | 2 | 26 | 13 | 38 | 2D | 42 |
| Octal | 317 | 312 | 201 | 0 | 2 | 46 | 23 | 70 | 55 | 102 |
| Binary | 11001111 | 11001010 | 10000001 | 0 | 10 | 100110 | 10011 | 111000 | 101101 | 1000010 |
Color Harmonies of #CFCA81
Complementary color
Monochromatic Colors of #CFCA81
Black with #CFCA81
Text Example
Text Example
White with #CFCA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCA81; }
p { color: rgb(207,202,129); }
H1.HeaderClassName
{
color: #CFCA81;
}
.AnyTagClassName
{
color: #CFCA81;
}
</style>
background-color css
<style>
a { background-color: #CFCA81; }
a { background-color: rgb(207,202,129); }
div.DivClassName
{
background-color: #CFCA81;
}
.BgClassName
{
background-color: #CFCA81;
}
</style>
border-color css
<style>
span { border-color: #CFCA81; }
span { border-color: rgb(207,202,129); }
td.TdClassName
{
border-color: #CFCA81;
}
.TagClassName
{
border-color: #CFCA81;
}
</style>