Shades of Deco #CBCC70
Tints of Deco #CBCC70
RGB
CMYK
RGB Variations
Color information
#CBCC70 (or 0xCBCC70) is known color: Deco. HEX triplet: CB, CC and 70. RGB value is (203,204,112). Sum of RGB (Red+Green+Blue) = 203+204+112=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCC70 is #34338F. Grayscale: #C1C1C1. Windows color (decimal): -3421072 or 7392459. OLE color: 7392459.
HSL color Cylindrical-coordinate representation of color #CBCC70: hue angle of 60.65º 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 #CBCC70 is Cyan = 0.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 112 | - |
| CMYK | 0.00 | 0 | 0.45 | 0.2 |
| HSL | 60.65º | 0.47% | 0.62% | - |
| HSV(B) | 60.65º | 0.45% | 0.8% | - |
| XYZ | 49.15 | 57.05 | 23.75 | - |
| YUV | 193.21 | 82.17 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 112 | 0.00 | 0 | 0.45 | 0.2 | 60.65 | 0.47 | 0.62 |
| Hex | CB | CC | 70 | 0 | 0 | 2D | 14 | 3D | 2F | 3E |
| Octal | 313 | 314 | 160 | 0 | 0 | 55 | 24 | 75 | 57 | 76 |
| Binary | 11001011 | 11001100 | 1110000 | 0 | 0 | 101101 | 10100 | 111101 | 101111 | 111110 |
Color Harmonies of #CBCC70
Complementary color
Monochromatic Colors of #CBCC70
Black with #CBCC70
Text Example
Text Example
White with #CBCC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC70; }
p { color: rgb(203,204,112); }
H1.HeaderClassName
{
color: #CBCC70;
}
.AnyTagClassName
{
color: #CBCC70;
}
</style>
background-color css
<style>
a { background-color: #CBCC70; }
a { background-color: rgb(203,204,112); }
div.DivClassName
{
background-color: #CBCC70;
}
.BgClassName
{
background-color: #CBCC70;
}
</style>
border-color css
<style>
span { border-color: #CBCC70; }
span { border-color: rgb(203,204,112); }
td.TdClassName
{
border-color: #CBCC70;
}
.TagClassName
{
border-color: #CBCC70;
}
</style>