Shades of Orinoco #CACBAC
Tints of Orinoco #CACBAC
RGB
CMYK
RGB Variations
Color information
#CACBAC (or 0xCACBAC) is known color: Orinoco. HEX triplet: CA, CB and AC. RGB value is (202,203,172). Sum of RGB (Red+Green+Blue) = 202+203+172=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 203 - color contains mainly: green. Hex color #CACBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACBAC is #353453. Grayscale: #C7C7C7. Windows color (decimal): -3486804 or 11324362. OLE color: 11324362.
HSL color Cylindrical-coordinate representation of color #CACBAC: hue angle of 61.94º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CACBAC is Cyan = 0.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
RGB | 202 | 203 | 172 | - |
CMYK | 0.00 | 0 | 0.15 | 0.20 |
HSL | 61.94º | 0.23% | 0.74% | - |
HSV(B) | 61.94º | 0.15% | 0.8% | - |
XYZ | 53.16 | 58.25 | 47.47 | - |
YUV | 199.17 | 112.67 | 130.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 203 | 172 | 0.00 | 0 | 0.15 | 0.20 | 61.94 | 0.23 | 0.74 |
Hex | CA | CB | AC | 0 | 0 | F | 14 | 3E | 17 | 4A |
Octal | 312 | 313 | 254 | 0 | 0 | 17 | 24 | 76 | 27 | 112 |
Binary | 11001010 | 11001011 | 10101100 | 0 | 0 | 1111 | 10100 | 111110 | 10111 | 1001010 |
Color Harmonies of #CACBAC
Complementary color
Monochromatic Colors of #CACBAC
Black with #CACBAC
Text Example
Text Example
White with #CACBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBAC; }
p { color: rgb(202,203,172); }
H1.HeaderClassName
{
color: #CACBAC;
}
.AnyTagClassName
{
color: #CACBAC;
}
</style>
background-color css
<style>
a { background-color: #CACBAC; }
a { background-color: rgb(202,203,172); }
div.DivClassName
{
background-color: #CACBAC;
}
.BgClassName
{
background-color: #CACBAC;
}
</style>
border-color css
<style>
span { border-color: #CACBAC; }
span { border-color: rgb(202,203,172); }
td.TdClassName
{
border-color: #CACBAC;
}
.TagClassName
{
border-color: #CACBAC;
}
</style>