Shades of Deco #CFCC8A
Tints of Deco #CFCC8A
RGB
CMYK
RGB Variations
Color information
#CFCC8A (or 0xCFCC8A) is known color: Deco. HEX triplet: CF, CC and 8A. RGB value is (207,204,138). Sum of RGB (Red+Green+Blue) = 207+204+138=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 138 (54.30% from 255 or 25.14% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCC8A is #303375. Grayscale: #C5C5C5. Windows color (decimal): -3158902 or 9096399. OLE color: 9096399.
HSL color Cylindrical-coordinate representation of color #CFCC8A: hue angle of 57.39º 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 #CFCC8A is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 138 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.19 |
| HSL | 57.39º | 0.42% | 0.68% | - |
| HSV(B) | 57.39º | 0.33% | 0.81% | - |
| XYZ | 51.91 | 58.29 | 32.56 | - |
| YUV | 197.37 | 94.49 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 138 | 0 | 0.01 | 0.33 | 0.19 | 57.39 | 0.42 | 0.68 |
| Hex | CF | CC | 8A | 0 | 1 | 21 | 13 | 39 | 2A | 44 |
| Octal | 317 | 314 | 212 | 0 | 1 | 41 | 23 | 71 | 52 | 104 |
| Binary | 11001111 | 11001100 | 10001010 | 0 | 1 | 100001 | 10011 | 111001 | 101010 | 1000100 |
Color Harmonies of #CFCC8A
Complementary color
Monochromatic Colors of #CFCC8A
Black with #CFCC8A
Text Example
Text Example
White with #CFCC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC8A; }
p { color: rgb(207,204,138); }
H1.HeaderClassName
{
color: #CFCC8A;
}
.AnyTagClassName
{
color: #CFCC8A;
}
</style>
background-color css
<style>
a { background-color: #CFCC8A; }
a { background-color: rgb(207,204,138); }
div.DivClassName
{
background-color: #CFCC8A;
}
.BgClassName
{
background-color: #CFCC8A;
}
</style>
border-color css
<style>
span { border-color: #CFCC8A; }
span { border-color: rgb(207,204,138); }
td.TdClassName
{
border-color: #CFCC8A;
}
.TagClassName
{
border-color: #CFCC8A;
}
</style>