Shades of Deco #CFCF93
Tints of Deco #CFCF93
RGB
CMYK
RGB Variations
Color information
#CFCF93 (or 0xCFCF93) is known color: Deco. HEX triplet: CF, CF and 93. RGB value is (207,207,147). Sum of RGB (Red+Green+Blue) = 207+207+147=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 147 (57.81% from 255 or 26.20% from 561); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCF93 is #30306C. Grayscale: #C8C8C8. Windows color (decimal): -3158125 or 9686991. OLE color: 9686991.
HSL color Cylindrical-coordinate representation of color #CFCF93: hue angle of 60º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFCF93 is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 207 | 147 | - |
| CMYK | 0 | 0 | 0.29 | 0.19 |
| HSL | 60º | 0.38% | 0.69% | - |
| HSV(B) | 60º | 0.29% | 0.81% | - |
| XYZ | 53.31 | 60 | 36.37 | - |
| YUV | 200.16 | 98 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 147 | 0 | 0 | 0.29 | 0.19 | 60 | 0.38 | 0.69 |
| Hex | CF | CF | 93 | 0 | 0 | 1D | 13 | 3C | 26 | 45 |
| Octal | 317 | 317 | 223 | 0 | 0 | 35 | 23 | 74 | 46 | 105 |
| Binary | 11001111 | 11001111 | 10010011 | 0 | 0 | 11101 | 10011 | 111100 | 100110 | 1000101 |
Color Harmonies of #CFCF93
Complementary color
Monochromatic Colors of #CFCF93
Black with #CFCF93
Text Example
Text Example
White with #CFCF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCF93; }
p { color: rgb(207,207,147); }
H1.HeaderClassName
{
color: #CFCF93;
}
.AnyTagClassName
{
color: #CFCF93;
}
</style>
background-color css
<style>
a { background-color: #CFCF93; }
a { background-color: rgb(207,207,147); }
div.DivClassName
{
background-color: #CFCF93;
}
.BgClassName
{
background-color: #CFCF93;
}
</style>
border-color css
<style>
span { border-color: #CFCF93; }
span { border-color: rgb(207,207,147); }
td.TdClassName
{
border-color: #CFCF93;
}
.TagClassName
{
border-color: #CFCF93;
}
</style>