Shades of Deco #CFCE80
Tints of Deco #CFCE80
RGB
CMYK
RGB Variations
Color information
#CFCE80 (or 0xCFCE80) is known color: Deco. HEX triplet: CF, CE and 80. RGB value is (207,206,128). Sum of RGB (Red+Green+Blue) = 207+206+128=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 128 (50.39% from 255 or 23.66% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCE80 is #30317F. Grayscale: #C5C5C5. Windows color (decimal): -3158400 or 8441551. OLE color: 8441551.
HSL color Cylindrical-coordinate representation of color #CFCE80: hue angle of 59.24º 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 #CFCE80 is Cyan = 0, Magento = 0.00, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 128 | - |
| CMYK | 0 | 0.00 | 0.38 | 0.19 |
| HSL | 59.24º | 0.45% | 0.66% | - |
| HSV(B) | 59.24º | 0.38% | 0.81% | - |
| XYZ | 51.7 | 58.97 | 29.08 | - |
| YUV | 197.41 | 88.83 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 128 | 0 | 0.00 | 0.38 | 0.19 | 59.24 | 0.45 | 0.66 |
| Hex | CF | CE | 80 | 0 | 0 | 26 | 13 | 3B | 2D | 42 |
| Octal | 317 | 316 | 200 | 0 | 0 | 46 | 23 | 73 | 55 | 102 |
| Binary | 11001111 | 11001110 | 10000000 | 0 | 0 | 100110 | 10011 | 111011 | 101101 | 1000010 |
Color Harmonies of #CFCE80
Complementary color
Monochromatic Colors of #CFCE80
Black with #CFCE80
Text Example
Text Example
White with #CFCE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE80; }
p { color: rgb(207,206,128); }
H1.HeaderClassName
{
color: #CFCE80;
}
.AnyTagClassName
{
color: #CFCE80;
}
</style>
background-color css
<style>
a { background-color: #CFCE80; }
a { background-color: rgb(207,206,128); }
div.DivClassName
{
background-color: #CFCE80;
}
.BgClassName
{
background-color: #CFCE80;
}
</style>
border-color css
<style>
span { border-color: #CFCE80; }
span { border-color: rgb(207,206,128); }
td.TdClassName
{
border-color: #CFCE80;
}
.TagClassName
{
border-color: #CFCE80;
}
</style>