Shades of Deco #CBCC7B
Tints of Deco #CBCC7B
RGB
CMYK
RGB Variations
Color information
#CBCC7B (or 0xCBCC7B) is known color: Deco. HEX triplet: CB, CC and 7B. RGB value is (203,204,123). Sum of RGB (Red+Green+Blue) = 203+204+123=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 123 (48.44% from 255 or 23.21% from 530); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCC7B is #343384. Grayscale: #C2C2C2. Windows color (decimal): -3421061 or 8113355. OLE color: 8113355.
HSL color Cylindrical-coordinate representation of color #CBCC7B: hue angle of 60.74º degrees, saturation: 0.44, 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 #CBCC7B is Cyan = 0.00, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 123 | - |
| CMYK | 0.00 | 0 | 0.40 | 0.2 |
| HSL | 60.74º | 0.44% | 0.64% | - |
| HSV(B) | 60.74º | 0.4% | 0.8% | - |
| XYZ | 49.8 | 57.31 | 27.18 | - |
| YUV | 194.47 | 87.67 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 123 | 0.00 | 0 | 0.40 | 0.2 | 60.74 | 0.44 | 0.64 |
| Hex | CB | CC | 7B | 0 | 0 | 28 | 14 | 3D | 2C | 40 |
| Octal | 313 | 314 | 173 | 0 | 0 | 50 | 24 | 75 | 54 | 100 |
| Binary | 11001011 | 11001100 | 1111011 | 0 | 0 | 101000 | 10100 | 111101 | 101100 | 1000000 |
Color Harmonies of #CBCC7B
Complementary color
Monochromatic Colors of #CBCC7B
Black with #CBCC7B
Text Example
Text Example
White with #CBCC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC7B; }
p { color: rgb(203,204,123); }
H1.HeaderClassName
{
color: #CBCC7B;
}
.AnyTagClassName
{
color: #CBCC7B;
}
</style>
background-color css
<style>
a { background-color: #CBCC7B; }
a { background-color: rgb(203,204,123); }
div.DivClassName
{
background-color: #CBCC7B;
}
.BgClassName
{
background-color: #CBCC7B;
}
</style>
border-color css
<style>
span { border-color: #CBCC7B; }
span { border-color: rgb(203,204,123); }
td.TdClassName
{
border-color: #CBCC7B;
}
.TagClassName
{
border-color: #CBCC7B;
}
</style>