Shades of Deco #CFCB7C
Tints of Deco #CFCB7C
RGB
CMYK
RGB Variations
Color information
#CFCB7C (or 0xCFCB7C) is known color: Deco. HEX triplet: CF, CB and 7C. RGB value is (207,203,124). Sum of RGB (Red+Green+Blue) = 207+203+124=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 124 (48.83% from 255 or 23.22% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCB7C is #303483. Grayscale: #C3C3C3. Windows color (decimal): -3159172 or 8178639. OLE color: 8178639.
HSL color Cylindrical-coordinate representation of color #CFCB7C: hue angle of 57.11º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFCB7C is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 124 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.19 |
| HSL | 57.11º | 0.46% | 0.65% | - |
| HSV(B) | 57.11º | 0.4% | 0.81% | - |
| XYZ | 50.73 | 57.43 | 27.48 | - |
| YUV | 195.19 | 87.83 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 124 | 0 | 0.02 | 0.40 | 0.19 | 57.11 | 0.46 | 0.65 |
| Hex | CF | CB | 7C | 0 | 2 | 28 | 13 | 39 | 2E | 41 |
| Octal | 317 | 313 | 174 | 0 | 2 | 50 | 23 | 71 | 56 | 101 |
| Binary | 11001111 | 11001011 | 1111100 | 0 | 10 | 101000 | 10011 | 111001 | 101110 | 1000001 |
Color Harmonies of #CFCB7C
Complementary color
Monochromatic Colors of #CFCB7C
Black with #CFCB7C
Text Example
Text Example
White with #CFCB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB7C; }
p { color: rgb(207,203,124); }
H1.HeaderClassName
{
color: #CFCB7C;
}
.AnyTagClassName
{
color: #CFCB7C;
}
</style>
background-color css
<style>
a { background-color: #CFCB7C; }
a { background-color: rgb(207,203,124); }
div.DivClassName
{
background-color: #CFCB7C;
}
.BgClassName
{
background-color: #CFCB7C;
}
</style>
border-color css
<style>
span { border-color: #CFCB7C; }
span { border-color: rgb(207,203,124); }
td.TdClassName
{
border-color: #CFCB7C;
}
.TagClassName
{
border-color: #CFCB7C;
}
</style>