Shades of Orinoco #CACEB0
Tints of Orinoco #CACEB0
RGB
CMYK
RGB Variations
Color information
#CACEB0 (or 0xCACEB0) is known color: Orinoco. HEX triplet: CA, CE and B0. RGB value is (202,206,176). Sum of RGB (Red+Green+Blue) = 202+206+176=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 176 (69.14% from 255 or 30.14% from 584); Max value from RGB is 206 - color contains mainly: green. Hex color #CACEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACEB0 is #35314F. Grayscale: #C9C9C9. Windows color (decimal): -3486032 or 11587274. OLE color: 11587274.
HSL color Cylindrical-coordinate representation of color #CACEB0: hue angle of 68º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CACEB0 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
RGB | 202 | 206 | 176 | - |
CMYK | 0.02 | 0 | 0.15 | 0.19 |
HSL | 68º | 0.23% | 0.75% | - |
HSV(B) | 68º | 0.15% | 0.81% | - |
XYZ | 54.26 | 59.83 | 49.76 | - |
YUV | 201.38 | 113.67 | 128.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 206 | 176 | 0.02 | 0 | 0.15 | 0.19 | 68 | 0.23 | 0.75 |
Hex | CA | CE | B0 | 2 | 0 | F | 13 | 44 | 17 | 4B |
Octal | 312 | 316 | 260 | 2 | 0 | 17 | 23 | 104 | 27 | 113 |
Binary | 11001010 | 11001110 | 10110000 | 10 | 0 | 1111 | 10011 | 1000100 | 10111 | 1001011 |
Color Harmonies of #CACEB0
Complementary color
Monochromatic Colors of #CACEB0
Black with #CACEB0
Text Example
Text Example
White with #CACEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACEB0; }
p { color: rgb(202,206,176); }
H1.HeaderClassName
{
color: #CACEB0;
}
.AnyTagClassName
{
color: #CACEB0;
}
</style>
background-color css
<style>
a { background-color: #CACEB0; }
a { background-color: rgb(202,206,176); }
div.DivClassName
{
background-color: #CACEB0;
}
.BgClassName
{
background-color: #CACEB0;
}
</style>
border-color css
<style>
span { border-color: #CACEB0; }
span { border-color: rgb(202,206,176); }
td.TdClassName
{
border-color: #CACEB0;
}
.TagClassName
{
border-color: #CACEB0;
}
</style>