Shades of Deco #CBCC7A
Tints of Deco #CBCC7A
RGB
CMYK
RGB Variations
Color information
#CBCC7A (or 0xCBCC7A) is known color: Deco. HEX triplet: CB, CC and 7A. RGB value is (203,204,122). Sum of RGB (Red+Green+Blue) = 203+204+122=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCC7A is #343385. Grayscale: #C2C2C2. Windows color (decimal): -3421062 or 8047819. OLE color: 8047819.
HSL color Cylindrical-coordinate representation of color #CBCC7A: hue angle of 60.73º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBCC7A is Cyan = 0.00, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 122 | - |
| CMYK | 0.00 | 0 | 0.40 | 0.2 |
| HSL | 60.73º | 0.45% | 0.64% | - |
| HSV(B) | 60.73º | 0.4% | 0.8% | - |
| XYZ | 49.73 | 57.29 | 26.85 | - |
| YUV | 194.35 | 87.17 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 122 | 0.00 | 0 | 0.40 | 0.2 | 60.73 | 0.45 | 0.64 |
| Hex | CB | CC | 7A | 0 | 0 | 28 | 14 | 3D | 2D | 40 |
| Octal | 313 | 314 | 172 | 0 | 0 | 50 | 24 | 75 | 55 | 100 |
| Binary | 11001011 | 11001100 | 1111010 | 0 | 0 | 101000 | 10100 | 111101 | 101101 | 1000000 |
Color Harmonies of #CBCC7A
Complementary color
Monochromatic Colors of #CBCC7A
Black with #CBCC7A
Text Example
Text Example
White with #CBCC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC7A; }
p { color: rgb(203,204,122); }
H1.HeaderClassName
{
color: #CBCC7A;
}
.AnyTagClassName
{
color: #CBCC7A;
}
</style>
background-color css
<style>
a { background-color: #CBCC7A; }
a { background-color: rgb(203,204,122); }
div.DivClassName
{
background-color: #CBCC7A;
}
.BgClassName
{
background-color: #CBCC7A;
}
</style>
border-color css
<style>
span { border-color: #CBCC7A; }
span { border-color: rgb(203,204,122); }
td.TdClassName
{
border-color: #CBCC7A;
}
.TagClassName
{
border-color: #CBCC7A;
}
</style>