Shades of Orinoco #CACEAA
Tints of Orinoco #CACEAA
RGB
CMYK
RGB Variations
Color information
#CACEAA (or 0xCACEAA) is known color: Orinoco. HEX triplet: CA, CE and AA. RGB value is (202,206,170). Sum of RGB (Red+Green+Blue) = 202+206+170=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 206 - color contains mainly: green. Hex color #CACEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACEAA is #353155. Grayscale: #C8C8C8. Windows color (decimal): -3486038 or 11194058. OLE color: 11194058.
HSL color Cylindrical-coordinate representation of color #CACEAA: hue angle of 66.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CACEAA is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 170 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.19 |
| HSL | 66.67º | 0.27% | 0.74% | - |
| HSV(B) | 66.67º | 0.17% | 0.81% | - |
| XYZ | 53.68 | 59.6 | 46.7 | - |
| YUV | 200.7 | 110.67 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 170 | 0.02 | 0 | 0.17 | 0.19 | 66.67 | 0.27 | 0.74 |
| Hex | CA | CE | AA | 2 | 0 | 11 | 13 | 43 | 1B | 4A |
| Octal | 312 | 316 | 252 | 2 | 0 | 21 | 23 | 103 | 33 | 112 |
| Binary | 11001010 | 11001110 | 10101010 | 10 | 0 | 10001 | 10011 | 1000011 | 11011 | 1001010 |
Color Harmonies of #CACEAA
Complementary color
Monochromatic Colors of #CACEAA
Black with #CACEAA
Text Example
Text Example
White with #CACEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACEAA; }
p { color: rgb(202,206,170); }
H1.HeaderClassName
{
color: #CACEAA;
}
.AnyTagClassName
{
color: #CACEAA;
}
</style>
background-color css
<style>
a { background-color: #CACEAA; }
a { background-color: rgb(202,206,170); }
div.DivClassName
{
background-color: #CACEAA;
}
.BgClassName
{
background-color: #CACEAA;
}
</style>
border-color css
<style>
span { border-color: #CACEAA; }
span { border-color: rgb(202,206,170); }
td.TdClassName
{
border-color: #CACEAA;
}
.TagClassName
{
border-color: #CACEAA;
}
</style>