Shades of Deco #CACB7D
Tints of Deco #CACB7D
RGB
CMYK
RGB Variations
Color information
#CACB7D (or 0xCACB7D) is known color: Deco. HEX triplet: CA, CB and 7D. RGB value is (202,203,125). Sum of RGB (Red+Green+Blue) = 202+203+125=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACB7D is #353482. Grayscale: #C2C2C2. Windows color (decimal): -3486851 or 8244170. OLE color: 8244170.
HSL color Cylindrical-coordinate representation of color #CACB7D: hue angle of 60.77º 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 #CACB7D is Cyan = 0.00, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 125 | - |
| CMYK | 0.00 | 0 | 0.38 | 0.20 |
| HSL | 60.77º | 0.43% | 0.64% | - |
| HSV(B) | 60.77º | 0.38% | 0.8% | - |
| XYZ | 49.41 | 56.75 | 27.75 | - |
| YUV | 193.81 | 89.17 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 125 | 0.00 | 0 | 0.38 | 0.20 | 60.77 | 0.43 | 0.64 |
| Hex | CA | CB | 7D | 0 | 0 | 26 | 14 | 3D | 2B | 40 |
| Octal | 312 | 313 | 175 | 0 | 0 | 46 | 24 | 75 | 53 | 100 |
| Binary | 11001010 | 11001011 | 1111101 | 0 | 0 | 100110 | 10100 | 111101 | 101011 | 1000000 |
Color Harmonies of #CACB7D
Complementary color
Monochromatic Colors of #CACB7D
Black with #CACB7D
Text Example
Text Example
White with #CACB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB7D; }
p { color: rgb(202,203,125); }
H1.HeaderClassName
{
color: #CACB7D;
}
.AnyTagClassName
{
color: #CACB7D;
}
</style>
background-color css
<style>
a { background-color: #CACB7D; }
a { background-color: rgb(202,203,125); }
div.DivClassName
{
background-color: #CACB7D;
}
.BgClassName
{
background-color: #CACB7D;
}
</style>
border-color css
<style>
span { border-color: #CACB7D; }
span { border-color: rgb(202,203,125); }
td.TdClassName
{
border-color: #CACB7D;
}
.TagClassName
{
border-color: #CACB7D;
}
</style>