Shades of Orinoco #CACEB1
Tints of Orinoco #CACEB1
RGB
CMYK
RGB Variations
Color information
#CACEB1 (or 0xCACEB1) is known color: Orinoco. HEX triplet: CA, CE and B1. RGB value is (202,206,177). Sum of RGB (Red+Green+Blue) = 202+206+177=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 177 (69.53% from 255 or 30.26% from 585); Max value from RGB is 206 - color contains mainly: green. Hex color #CACEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACEB1 is #35314E. Grayscale: #C9C9C9. Windows color (decimal): -3486031 or 11652810. OLE color: 11652810.
HSL color Cylindrical-coordinate representation of color #CACEB1: hue angle of 68.28º degrees, saturation: 0.23, 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 #CACEB1 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 177 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.19 |
| HSL | 68.28º | 0.23% | 0.75% | - |
| HSV(B) | 68.28º | 0.14% | 0.81% | - |
| XYZ | 54.36 | 59.87 | 50.29 | - |
| YUV | 201.5 | 114.17 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 177 | 0.02 | 0 | 0.14 | 0.19 | 68.28 | 0.23 | 0.75 |
| Hex | CA | CE | B1 | 2 | 0 | E | 13 | 44 | 17 | 4B |
| Octal | 312 | 316 | 261 | 2 | 0 | 16 | 23 | 104 | 27 | 113 |
| Binary | 11001010 | 11001110 | 10110001 | 10 | 0 | 1110 | 10011 | 1000100 | 10111 | 1001011 |
Color Harmonies of #CACEB1
Complementary color
Monochromatic Colors of #CACEB1
Black with #CACEB1
Text Example
Text Example
White with #CACEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACEB1; }
p { color: rgb(202,206,177); }
H1.HeaderClassName
{
color: #CACEB1;
}
.AnyTagClassName
{
color: #CACEB1;
}
</style>
background-color css
<style>
a { background-color: #CACEB1; }
a { background-color: rgb(202,206,177); }
div.DivClassName
{
background-color: #CACEB1;
}
.BgClassName
{
background-color: #CACEB1;
}
</style>
border-color css
<style>
span { border-color: #CACEB1; }
span { border-color: rgb(202,206,177); }
td.TdClassName
{
border-color: #CACEB1;
}
.TagClassName
{
border-color: #CACEB1;
}
</style>