Shades of Deco #CBCA7D
Tints of Deco #CBCA7D
RGB
CMYK
RGB Variations
Color information
#CBCA7D (or 0xCBCA7D) is known color: Deco. HEX triplet: CB, CA and 7D. RGB value is (203,202,125). Sum of RGB (Red+Green+Blue) = 203+202+125=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCA7D is #343582. Grayscale: #C1C1C1. Windows color (decimal): -3421571 or 8243915. OLE color: 8243915.
HSL color Cylindrical-coordinate representation of color #CBCA7D: hue angle of 59.23º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBCA7D is Cyan = 0, Magento = 0.00, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 202 | 125 | - |
| CMYK | 0 | 0.00 | 0.38 | 0.20 |
| HSL | 59.23º | 0.43% | 0.64% | - |
| HSV(B) | 59.23º | 0.38% | 0.8% | - |
| XYZ | 49.45 | 56.42 | 27.69 | - |
| YUV | 193.52 | 89.33 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 202 | 125 | 0 | 0.00 | 0.38 | 0.20 | 59.23 | 0.43 | 0.64 |
| Hex | CB | CA | 7D | 0 | 0 | 26 | 14 | 3B | 2B | 40 |
| Octal | 313 | 312 | 175 | 0 | 0 | 46 | 24 | 73 | 53 | 100 |
| Binary | 11001011 | 11001010 | 1111101 | 0 | 0 | 100110 | 10100 | 111011 | 101011 | 1000000 |
Color Harmonies of #CBCA7D
Complementary color
Monochromatic Colors of #CBCA7D
Black with #CBCA7D
Text Example
Text Example
White with #CBCA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCA7D; }
p { color: rgb(203,202,125); }
H1.HeaderClassName
{
color: #CBCA7D;
}
.AnyTagClassName
{
color: #CBCA7D;
}
</style>
background-color css
<style>
a { background-color: #CBCA7D; }
a { background-color: rgb(203,202,125); }
div.DivClassName
{
background-color: #CBCA7D;
}
.BgClassName
{
background-color: #CBCA7D;
}
</style>
border-color css
<style>
span { border-color: #CBCA7D; }
span { border-color: rgb(203,202,125); }
td.TdClassName
{
border-color: #CBCA7D;
}
.TagClassName
{
border-color: #CBCA7D;
}
</style>