Shades of Deco #CBCA7A
Tints of Deco #CBCA7A
RGB
CMYK
RGB Variations
Color information
#CBCA7A (or 0xCBCA7A) is known color: Deco. HEX triplet: CB, CA and 7A. RGB value is (203,202,122). Sum of RGB (Red+Green+Blue) = 203+202+122=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCA7A is #343585. Grayscale: #C1C1C1. Windows color (decimal): -3421574 or 8047307. OLE color: 8047307.
HSL color Cylindrical-coordinate representation of color #CBCA7A: hue angle of 59.26º 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 #CBCA7A is Cyan = 0, Magento = 0.00, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 202 | 122 | - |
| CMYK | 0 | 0.00 | 0.40 | 0.20 |
| HSL | 59.26º | 0.44% | 0.64% | - |
| HSV(B) | 59.26º | 0.4% | 0.8% | - |
| XYZ | 49.26 | 56.34 | 26.69 | - |
| YUV | 193.18 | 87.83 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 202 | 122 | 0 | 0.00 | 0.40 | 0.20 | 59.26 | 0.44 | 0.64 |
| Hex | CB | CA | 7A | 0 | 0 | 28 | 14 | 3B | 2C | 40 |
| Octal | 313 | 312 | 172 | 0 | 0 | 50 | 24 | 73 | 54 | 100 |
| Binary | 11001011 | 11001010 | 1111010 | 0 | 0 | 101000 | 10100 | 111011 | 101100 | 1000000 |
Color Harmonies of #CBCA7A
Complementary color
Monochromatic Colors of #CBCA7A
Black with #CBCA7A
Text Example
Text Example
White with #CBCA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCA7A; }
p { color: rgb(203,202,122); }
H1.HeaderClassName
{
color: #CBCA7A;
}
.AnyTagClassName
{
color: #CBCA7A;
}
</style>
background-color css
<style>
a { background-color: #CBCA7A; }
a { background-color: rgb(203,202,122); }
div.DivClassName
{
background-color: #CBCA7A;
}
.BgClassName
{
background-color: #CBCA7A;
}
</style>
border-color css
<style>
span { border-color: #CBCA7A; }
span { border-color: rgb(203,202,122); }
td.TdClassName
{
border-color: #CBCA7A;
}
.TagClassName
{
border-color: #CBCA7A;
}
</style>