Shades of Orinoco #CACBA8
Tints of Orinoco #CACBA8
RGB
CMYK
RGB Variations
Color information
#CACBA8 (or 0xCACBA8) is known color: Orinoco. HEX triplet: CA, CB and A8. RGB value is (202,203,168). Sum of RGB (Red+Green+Blue) = 202+203+168=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 168 (66.02% from 255 or 29.32% from 573); Max value from RGB is 203 - color contains mainly: green. Hex color #CACBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACBA8 is #353457. Grayscale: #C6C6C6. Windows color (decimal): -3486808 or 11062218. OLE color: 11062218.
HSL color Cylindrical-coordinate representation of color #CACBA8: hue angle of 61.71º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CACBA8 is Cyan = 0.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
RGB | 202 | 203 | 168 | - |
CMYK | 0.00 | 0 | 0.17 | 0.20 |
HSL | 61.71º | 0.25% | 0.73% | - |
HSV(B) | 61.71º | 0.17% | 0.8% | - |
XYZ | 52.78 | 58.1 | 45.48 | - |
YUV | 198.71 | 110.67 | 130.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 203 | 168 | 0.00 | 0 | 0.17 | 0.20 | 61.71 | 0.25 | 0.73 |
Hex | CA | CB | A8 | 0 | 0 | 11 | 14 | 3E | 19 | 49 |
Octal | 312 | 313 | 250 | 0 | 0 | 21 | 24 | 76 | 31 | 111 |
Binary | 11001010 | 11001011 | 10101000 | 0 | 0 | 10001 | 10100 | 111110 | 11001 | 1001001 |
Color Harmonies of #CACBA8
Complementary color
Monochromatic Colors of #CACBA8
Black with #CACBA8
Text Example
Text Example
White with #CACBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBA8; }
p { color: rgb(202,203,168); }
H1.HeaderClassName
{
color: #CACBA8;
}
.AnyTagClassName
{
color: #CACBA8;
}
</style>
background-color css
<style>
a { background-color: #CACBA8; }
a { background-color: rgb(202,203,168); }
div.DivClassName
{
background-color: #CACBA8;
}
.BgClassName
{
background-color: #CACBA8;
}
</style>
border-color css
<style>
span { border-color: #CACBA8; }
span { border-color: rgb(202,203,168); }
td.TdClassName
{
border-color: #CACBA8;
}
.TagClassName
{
border-color: #CACBA8;
}
</style>