Shades of Orinoco #CACEAD
Tints of Orinoco #CACEAD
RGB
CMYK
RGB Variations
Color information
#CACEAD (or 0xCACEAD) is known color: Orinoco. HEX triplet: CA, CE and AD. RGB value is (202,206,173). Sum of RGB (Red+Green+Blue) = 202+206+173=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 173 (67.97% from 255 or 29.78% from 581); Max value from RGB is 206 - color contains mainly: green. Hex color #CACEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACEAD is #353152. Grayscale: #C9C9C9. Windows color (decimal): -3486035 or 11390666. OLE color: 11390666.
HSL color Cylindrical-coordinate representation of color #CACEAD: hue angle of 67.27º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CACEAD is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 173 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.19 |
| HSL | 67.27º | 0.25% | 0.74% | - |
| HSV(B) | 67.27º | 0.16% | 0.81% | - |
| XYZ | 53.97 | 59.72 | 48.22 | - |
| YUV | 201.04 | 112.17 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 173 | 0.02 | 0 | 0.16 | 0.19 | 67.27 | 0.25 | 0.74 |
| Hex | CA | CE | AD | 2 | 0 | 10 | 13 | 43 | 19 | 4A |
| Octal | 312 | 316 | 255 | 2 | 0 | 20 | 23 | 103 | 31 | 112 |
| Binary | 11001010 | 11001110 | 10101101 | 10 | 0 | 10000 | 10011 | 1000011 | 11001 | 1001010 |
Color Harmonies of #CACEAD
Complementary color
Monochromatic Colors of #CACEAD
Black with #CACEAD
Text Example
Text Example
White with #CACEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACEAD; }
p { color: rgb(202,206,173); }
H1.HeaderClassName
{
color: #CACEAD;
}
.AnyTagClassName
{
color: #CACEAD;
}
</style>
background-color css
<style>
a { background-color: #CACEAD; }
a { background-color: rgb(202,206,173); }
div.DivClassName
{
background-color: #CACEAD;
}
.BgClassName
{
background-color: #CACEAD;
}
</style>
border-color css
<style>
span { border-color: #CACEAD; }
span { border-color: rgb(202,206,173); }
td.TdClassName
{
border-color: #CACEAD;
}
.TagClassName
{
border-color: #CACEAD;
}
</style>