Shades of Orinoco #CACEB2
Tints of Orinoco #CACEB2
RGB
CMYK
RGB Variations
Color information
#CACEB2 (or 0xCACEB2) is known color: Orinoco. HEX triplet: CA, CE and B2. RGB value is (202,206,178). Sum of RGB (Red+Green+Blue) = 202+206+178=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 178 (69.92% from 255 or 30.38% from 586); Max value from RGB is 206 - color contains mainly: green. Hex color #CACEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACEB2 is #35314D. Grayscale: #C9C9C9. Windows color (decimal): -3486030 or 11718346. OLE color: 11718346.
HSL color Cylindrical-coordinate representation of color #CACEB2: hue angle of 68.57º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CACEB2 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 178 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.19 |
| HSL | 68.57º | 0.22% | 0.75% | - |
| HSV(B) | 68.57º | 0.14% | 0.81% | - |
| XYZ | 54.46 | 59.91 | 50.81 | - |
| YUV | 201.61 | 114.67 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 178 | 0.02 | 0 | 0.14 | 0.19 | 68.57 | 0.22 | 0.75 |
| Hex | CA | CE | B2 | 2 | 0 | E | 13 | 45 | 16 | 4B |
| Octal | 312 | 316 | 262 | 2 | 0 | 16 | 23 | 105 | 26 | 113 |
| Binary | 11001010 | 11001110 | 10110010 | 10 | 0 | 1110 | 10011 | 1000101 | 10110 | 1001011 |
Color Harmonies of #CACEB2
Complementary color
Monochromatic Colors of #CACEB2
Black with #CACEB2
Text Example
Text Example
White with #CACEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACEB2; }
p { color: rgb(202,206,178); }
H1.HeaderClassName
{
color: #CACEB2;
}
.AnyTagClassName
{
color: #CACEB2;
}
</style>
background-color css
<style>
a { background-color: #CACEB2; }
a { background-color: rgb(202,206,178); }
div.DivClassName
{
background-color: #CACEB2;
}
.BgClassName
{
background-color: #CACEB2;
}
</style>
border-color css
<style>
span { border-color: #CACEB2; }
span { border-color: rgb(202,206,178); }
td.TdClassName
{
border-color: #CACEB2;
}
.TagClassName
{
border-color: #CACEB2;
}
</style>