Shades of Orinoco #CACBAF
Tints of Orinoco #CACBAF
RGB
CMYK
RGB Variations
Color information
#CACBAF (or 0xCACBAF) is known color: Orinoco. HEX triplet: CA, CB and AF. RGB value is (202,203,175). Sum of RGB (Red+Green+Blue) = 202+203+175=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 203 - color contains mainly: green. Hex color #CACBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACBAF is #353450. Grayscale: #C7C7C7. Windows color (decimal): -3486801 or 11520970. OLE color: 11520970.
HSL color Cylindrical-coordinate representation of color #CACBAF: hue angle of 62.14º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CACBAF is Cyan = 0.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 175 | - |
| CMYK | 0.00 | 0 | 0.14 | 0.20 |
| HSL | 62.14º | 0.21% | 0.74% | - |
| HSV(B) | 62.14º | 0.14% | 0.8% | - |
| XYZ | 53.45 | 58.36 | 49.01 | - |
| YUV | 199.51 | 114.17 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 175 | 0.00 | 0 | 0.14 | 0.20 | 62.14 | 0.21 | 0.74 |
| Hex | CA | CB | AF | 0 | 0 | E | 14 | 3E | 15 | 4A |
| Octal | 312 | 313 | 257 | 0 | 0 | 16 | 24 | 76 | 25 | 112 |
| Binary | 11001010 | 11001011 | 10101111 | 0 | 0 | 1110 | 10100 | 111110 | 10101 | 1001010 |
Color Harmonies of #CACBAF
Complementary color
Monochromatic Colors of #CACBAF
Black with #CACBAF
Text Example
Text Example
White with #CACBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBAF; }
p { color: rgb(202,203,175); }
H1.HeaderClassName
{
color: #CACBAF;
}
.AnyTagClassName
{
color: #CACBAF;
}
</style>
background-color css
<style>
a { background-color: #CACBAF; }
a { background-color: rgb(202,203,175); }
div.DivClassName
{
background-color: #CACBAF;
}
.BgClassName
{
background-color: #CACBAF;
}
</style>
border-color css
<style>
span { border-color: #CACBAF; }
span { border-color: rgb(202,203,175); }
td.TdClassName
{
border-color: #CACBAF;
}
.TagClassName
{
border-color: #CACBAF;
}
</style>