Shades of Deco #CACB7E
Tints of Deco #CACB7E
RGB
CMYK
RGB Variations
Color information
#CACB7E (or 0xCACB7E) is known color: Deco. HEX triplet: CA, CB and 7E. RGB value is (202,203,126). Sum of RGB (Red+Green+Blue) = 202+203+126=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 126 (49.61% from 255 or 23.73% from 531); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACB7E is #353481. Grayscale: #C2C2C2. Windows color (decimal): -3486850 or 8309706. OLE color: 8309706.
HSL color Cylindrical-coordinate representation of color #CACB7E: hue angle of 60.78º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CACB7E is Cyan = 0.00, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
RGB | 202 | 203 | 126 | - |
CMYK | 0.00 | 0 | 0.38 | 0.20 |
HSL | 60.78º | 0.43% | 0.65% | - |
HSV(B) | 60.78º | 0.38% | 0.8% | - |
XYZ | 49.48 | 56.77 | 28.09 | - |
YUV | 193.92 | 89.67 | 133.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 203 | 126 | 0.00 | 0 | 0.38 | 0.20 | 60.78 | 0.43 | 0.65 |
Hex | CA | CB | 7E | 0 | 0 | 26 | 14 | 3D | 2B | 41 |
Octal | 312 | 313 | 176 | 0 | 0 | 46 | 24 | 75 | 53 | 101 |
Binary | 11001010 | 11001011 | 1111110 | 0 | 0 | 100110 | 10100 | 111101 | 101011 | 1000001 |
Color Harmonies of #CACB7E
Complementary color
Monochromatic Colors of #CACB7E
Black with #CACB7E
Text Example
Text Example
White with #CACB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB7E; }
p { color: rgb(202,203,126); }
H1.HeaderClassName
{
color: #CACB7E;
}
.AnyTagClassName
{
color: #CACB7E;
}
</style>
background-color css
<style>
a { background-color: #CACB7E; }
a { background-color: rgb(202,203,126); }
div.DivClassName
{
background-color: #CACB7E;
}
.BgClassName
{
background-color: #CACB7E;
}
</style>
border-color css
<style>
span { border-color: #CACB7E; }
span { border-color: rgb(202,203,126); }
td.TdClassName
{
border-color: #CACB7E;
}
.TagClassName
{
border-color: #CACB7E;
}
</style>