Shades of Deco #CBCD7A
Tints of Deco #CBCD7A
RGB
CMYK
RGB Variations
Color information
#CBCD7A (or 0xCBCD7A) is known color: Deco. HEX triplet: CB, CD and 7A. RGB value is (203,205,122). Sum of RGB (Red+Green+Blue) = 203+205+122=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 122 (48.05% from 255 or 23.02% from 530); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCD7A is #343285. Grayscale: #C3C3C3. Windows color (decimal): -3420806 or 8048075. OLE color: 8048075.
HSL color Cylindrical-coordinate representation of color #CBCD7A: hue angle of 61.45º 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 #CBCD7A is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 122 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.20 |
| HSL | 61.45º | 0.45% | 0.64% | - |
| HSV(B) | 61.45º | 0.4% | 0.8% | - |
| XYZ | 49.97 | 57.76 | 26.93 | - |
| YUV | 194.94 | 86.84 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 122 | 0.01 | 0 | 0.40 | 0.20 | 61.45 | 0.45 | 0.64 |
| Hex | CB | CD | 7A | 1 | 0 | 28 | 14 | 3D | 2D | 40 |
| Octal | 313 | 315 | 172 | 1 | 0 | 50 | 24 | 75 | 55 | 100 |
| Binary | 11001011 | 11001101 | 1111010 | 1 | 0 | 101000 | 10100 | 111101 | 101101 | 1000000 |
Color Harmonies of #CBCD7A
Complementary color
Monochromatic Colors of #CBCD7A
Black with #CBCD7A
Text Example
Text Example
White with #CBCD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCD7A; }
p { color: rgb(203,205,122); }
H1.HeaderClassName
{
color: #CBCD7A;
}
.AnyTagClassName
{
color: #CBCD7A;
}
</style>
background-color css
<style>
a { background-color: #CBCD7A; }
a { background-color: rgb(203,205,122); }
div.DivClassName
{
background-color: #CBCD7A;
}
.BgClassName
{
background-color: #CBCD7A;
}
</style>
border-color css
<style>
span { border-color: #CBCD7A; }
span { border-color: rgb(203,205,122); }
td.TdClassName
{
border-color: #CBCD7A;
}
.TagClassName
{
border-color: #CBCD7A;
}
</style>