Shades of Deco #CFCE8A
Tints of Deco #CFCE8A
RGB
CMYK
RGB Variations
Color information
#CFCE8A (or 0xCFCE8A) is known color: Deco. HEX triplet: CF, CE and 8A. RGB value is (207,206,138). Sum of RGB (Red+Green+Blue) = 207+206+138=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCE8A is #303175. Grayscale: #C6C6C6. Windows color (decimal): -3158390 or 9096911. OLE color: 9096911.
HSL color Cylindrical-coordinate representation of color #CFCE8A: hue angle of 59.13º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFCE8A is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 138 | - |
| CMYK | 0 | 0.00 | 0.33 | 0.19 |
| HSL | 59.13º | 0.42% | 0.68% | - |
| HSV(B) | 59.13º | 0.33% | 0.81% | - |
| XYZ | 52.39 | 59.24 | 32.72 | - |
| YUV | 198.55 | 93.83 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 138 | 0 | 0.00 | 0.33 | 0.19 | 59.13 | 0.42 | 0.68 |
| Hex | CF | CE | 8A | 0 | 0 | 21 | 13 | 3B | 2A | 44 |
| Octal | 317 | 316 | 212 | 0 | 0 | 41 | 23 | 73 | 52 | 104 |
| Binary | 11001111 | 11001110 | 10001010 | 0 | 0 | 100001 | 10011 | 111011 | 101010 | 1000100 |
Color Harmonies of #CFCE8A
Complementary color
Monochromatic Colors of #CFCE8A
Black with #CFCE8A
Text Example
Text Example
White with #CFCE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE8A; }
p { color: rgb(207,206,138); }
H1.HeaderClassName
{
color: #CFCE8A;
}
.AnyTagClassName
{
color: #CFCE8A;
}
</style>
background-color css
<style>
a { background-color: #CFCE8A; }
a { background-color: rgb(207,206,138); }
div.DivClassName
{
background-color: #CFCE8A;
}
.BgClassName
{
background-color: #CFCE8A;
}
</style>
border-color css
<style>
span { border-color: #CFCE8A; }
span { border-color: rgb(207,206,138); }
td.TdClassName
{
border-color: #CFCE8A;
}
.TagClassName
{
border-color: #CFCE8A;
}
</style>