Shades of Deco #C9CB70
Tints of Deco #C9CB70
RGB
CMYK
RGB Variations
Color information
#C9CB70 (or 0xC9CB70) is known color: Deco. HEX triplet: C9, CB and 70. RGB value is (201,203,112). Sum of RGB (Red+Green+Blue) = 201+203+112=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CB70 is #36348F. Grayscale: #C0C0C0. Windows color (decimal): -3552400 or 7392201. OLE color: 7392201.
HSL color Cylindrical-coordinate representation of color #C9CB70: hue angle of 61.32º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C9CB70 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 203 | 112 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.20 |
| HSL | 61.32º | 0.47% | 0.62% | - |
| HSV(B) | 61.32º | 0.45% | 0.8% | - |
| XYZ | 48.37 | 56.3 | 23.65 | - |
| YUV | 192.03 | 82.84 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 203 | 112 | 0.01 | 0 | 0.45 | 0.20 | 61.32 | 0.47 | 0.62 |
| Hex | C9 | CB | 70 | 1 | 0 | 2D | 14 | 3D | 2F | 3E |
| Octal | 311 | 313 | 160 | 1 | 0 | 55 | 24 | 75 | 57 | 76 |
| Binary | 11001001 | 11001011 | 1110000 | 1 | 0 | 101101 | 10100 | 111101 | 101111 | 111110 |
Color Harmonies of #C9CB70
Complementary color
Monochromatic Colors of #C9CB70
Black with #C9CB70
Text Example
Text Example
White with #C9CB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CB70; }
p { color: rgb(201,203,112); }
H1.HeaderClassName
{
color: #C9CB70;
}
.AnyTagClassName
{
color: #C9CB70;
}
</style>
background-color css
<style>
a { background-color: #C9CB70; }
a { background-color: rgb(201,203,112); }
div.DivClassName
{
background-color: #C9CB70;
}
.BgClassName
{
background-color: #C9CB70;
}
</style>
border-color css
<style>
span { border-color: #C9CB70; }
span { border-color: rgb(201,203,112); }
td.TdClassName
{
border-color: #C9CB70;
}
.TagClassName
{
border-color: #C9CB70;
}
</style>