Shades of Deco #CFCC80
Tints of Deco #CFCC80
RGB
CMYK
RGB Variations
Color information
#CFCC80 (or 0xCFCC80) is known color: Deco. HEX triplet: CF, CC and 80. RGB value is (207,204,128). Sum of RGB (Red+Green+Blue) = 207+204+128=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 128 (50.39% from 255 or 23.75% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCC80 is #30337F. Grayscale: #C4C4C4. Windows color (decimal): -3158912 or 8441039. OLE color: 8441039.
HSL color Cylindrical-coordinate representation of color #CFCC80: hue angle of 57.72º 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 #CFCC80 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 128 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.19 |
| HSL | 57.72º | 0.45% | 0.66% | - |
| HSV(B) | 57.72º | 0.38% | 0.81% | - |
| XYZ | 51.22 | 58.01 | 28.92 | - |
| YUV | 196.23 | 89.49 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 128 | 0 | 0.01 | 0.38 | 0.19 | 57.72 | 0.45 | 0.66 |
| Hex | CF | CC | 80 | 0 | 1 | 26 | 13 | 3A | 2D | 42 |
| Octal | 317 | 314 | 200 | 0 | 1 | 46 | 23 | 72 | 55 | 102 |
| Binary | 11001111 | 11001100 | 10000000 | 0 | 1 | 100110 | 10011 | 111010 | 101101 | 1000010 |
Color Harmonies of #CFCC80
Complementary color
Monochromatic Colors of #CFCC80
Black with #CFCC80
Text Example
Text Example
White with #CFCC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC80; }
p { color: rgb(207,204,128); }
H1.HeaderClassName
{
color: #CFCC80;
}
.AnyTagClassName
{
color: #CFCC80;
}
</style>
background-color css
<style>
a { background-color: #CFCC80; }
a { background-color: rgb(207,204,128); }
div.DivClassName
{
background-color: #CFCC80;
}
.BgClassName
{
background-color: #CFCC80;
}
</style>
border-color css
<style>
span { border-color: #CFCC80; }
span { border-color: rgb(207,204,128); }
td.TdClassName
{
border-color: #CFCC80;
}
.TagClassName
{
border-color: #CFCC80;
}
</style>