Shades of Deco #CACB74
Tints of Deco #CACB74
RGB
CMYK
RGB Variations
Color information
#CACB74 (or 0xCACB74) is known color: Deco. HEX triplet: CA, CB and 74. RGB value is (202,203,116). Sum of RGB (Red+Green+Blue) = 202+203+116=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACB74 is #35348B. Grayscale: #C1C1C1. Windows color (decimal): -3486860 or 7654346. OLE color: 7654346.
HSL color Cylindrical-coordinate representation of color #CACB74: hue angle of 60.69º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CACB74 is Cyan = 0.00, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 116 | - |
| CMYK | 0.00 | 0 | 0.43 | 0.20 |
| HSL | 60.69º | 0.46% | 0.63% | - |
| HSV(B) | 60.69º | 0.43% | 0.8% | - |
| XYZ | 48.87 | 56.53 | 24.86 | - |
| YUV | 192.78 | 84.67 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 116 | 0.00 | 0 | 0.43 | 0.20 | 60.69 | 0.46 | 0.63 |
| Hex | CA | CB | 74 | 0 | 0 | 2B | 14 | 3D | 2E | 3F |
| Octal | 312 | 313 | 164 | 0 | 0 | 53 | 24 | 75 | 56 | 77 |
| Binary | 11001010 | 11001011 | 1110100 | 0 | 0 | 101011 | 10100 | 111101 | 101110 | 111111 |
Color Harmonies of #CACB74
Complementary color
Monochromatic Colors of #CACB74
Black with #CACB74
Text Example
Text Example
White with #CACB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB74; }
p { color: rgb(202,203,116); }
H1.HeaderClassName
{
color: #CACB74;
}
.AnyTagClassName
{
color: #CACB74;
}
</style>
background-color css
<style>
a { background-color: #CACB74; }
a { background-color: rgb(202,203,116); }
div.DivClassName
{
background-color: #CACB74;
}
.BgClassName
{
background-color: #CACB74;
}
</style>
border-color css
<style>
span { border-color: #CACB74; }
span { border-color: rgb(202,203,116); }
td.TdClassName
{
border-color: #CACB74;
}
.TagClassName
{
border-color: #CACB74;
}
</style>