Shades of Green Mist #CACBA0
Tints of Green Mist #CACBA0
RGB
CMYK
RGB Variations
Color information
#CACBA0 (or 0xCACBA0) is known color: Green Mist. HEX triplet: CA, CB and A0. RGB value is (202,203,160). Sum of RGB (Red+Green+Blue) = 202+203+160=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 160 (62.89% from 255 or 28.32% from 565); Max value from RGB is 203 - color contains mainly: green. Hex color #CACBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACBA0 is #35345F. Grayscale: #C5C5C5. Windows color (decimal): -3486816 or 10537930. OLE color: 10537930.
HSL color Cylindrical-coordinate representation of color #CACBA0: hue angle of 61.4º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CACBA0 is Cyan = 0.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
RGB | 202 | 203 | 160 | - |
CMYK | 0.00 | 0 | 0.21 | 0.20 |
HSL | 61.4º | 0.29% | 0.71% | - |
HSV(B) | 61.4º | 0.21% | 0.8% | - |
XYZ | 52.06 | 57.81 | 41.67 | - |
YUV | 197.8 | 106.67 | 131 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 203 | 160 | 0.00 | 0 | 0.21 | 0.20 | 61.4 | 0.29 | 0.71 |
Hex | CA | CB | A0 | 0 | 0 | 15 | 14 | 3D | 1D | 47 |
Octal | 312 | 313 | 240 | 0 | 0 | 25 | 24 | 75 | 35 | 107 |
Binary | 11001010 | 11001011 | 10100000 | 0 | 0 | 10101 | 10100 | 111101 | 11101 | 1000111 |
Color Harmonies of #CACBA0
Complementary color
Monochromatic Colors of #CACBA0
Black with #CACBA0
Text Example
Text Example
White with #CACBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBA0; }
p { color: rgb(202,203,160); }
H1.HeaderClassName
{
color: #CACBA0;
}
.AnyTagClassName
{
color: #CACBA0;
}
</style>
background-color css
<style>
a { background-color: #CACBA0; }
a { background-color: rgb(202,203,160); }
div.DivClassName
{
background-color: #CACBA0;
}
.BgClassName
{
background-color: #CACBA0;
}
</style>
border-color css
<style>
span { border-color: #CACBA0; }
span { border-color: rgb(202,203,160); }
td.TdClassName
{
border-color: #CACBA0;
}
.TagClassName
{
border-color: #CACBA0;
}
</style>