Shades of Deco #CFCB8A
Tints of Deco #CFCB8A
RGB
CMYK
RGB Variations
Color information
#CFCB8A (or 0xCFCB8A) is known color: Deco. HEX triplet: CF, CB and 8A. RGB value is (207,203,138). Sum of RGB (Red+Green+Blue) = 207+203+138=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 138 (54.30% from 255 or 25.18% from 548); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCB8A is #303475. Grayscale: #C5C5C5. Windows color (decimal): -3159158 or 9096143. OLE color: 9096143.
HSL color Cylindrical-coordinate representation of color #CFCB8A: hue angle of 56.52º 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 #CFCB8A is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 138 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.19 |
| HSL | 56.52º | 0.42% | 0.68% | - |
| HSV(B) | 56.52º | 0.33% | 0.81% | - |
| XYZ | 51.68 | 57.81 | 32.48 | - |
| YUV | 196.79 | 94.83 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 138 | 0 | 0.02 | 0.33 | 0.19 | 56.52 | 0.42 | 0.68 |
| Hex | CF | CB | 8A | 0 | 2 | 21 | 13 | 39 | 2A | 44 |
| Octal | 317 | 313 | 212 | 0 | 2 | 41 | 23 | 71 | 52 | 104 |
| Binary | 11001111 | 11001011 | 10001010 | 0 | 10 | 100001 | 10011 | 111001 | 101010 | 1000100 |
Color Harmonies of #CFCB8A
Complementary color
Monochromatic Colors of #CFCB8A
Black with #CFCB8A
Text Example
Text Example
White with #CFCB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB8A; }
p { color: rgb(207,203,138); }
H1.HeaderClassName
{
color: #CFCB8A;
}
.AnyTagClassName
{
color: #CFCB8A;
}
</style>
background-color css
<style>
a { background-color: #CFCB8A; }
a { background-color: rgb(207,203,138); }
div.DivClassName
{
background-color: #CFCB8A;
}
.BgClassName
{
background-color: #CFCB8A;
}
</style>
border-color css
<style>
span { border-color: #CFCB8A; }
span { border-color: rgb(207,203,138); }
td.TdClassName
{
border-color: #CFCB8A;
}
.TagClassName
{
border-color: #CFCB8A;
}
</style>