Shades of Orinoco #CACEAC
Tints of Orinoco #CACEAC
RGB
CMYK
RGB Variations
Color information
#CACEAC (or 0xCACEAC) is known color: Orinoco. HEX triplet: CA, CE and AC. RGB value is (202,206,172). Sum of RGB (Red+Green+Blue) = 202+206+172=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 206 - color contains mainly: green. Hex color #CACEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACEAC is #353153. Grayscale: #C9C9C9. Windows color (decimal): -3486036 or 11325130. OLE color: 11325130.
HSL color Cylindrical-coordinate representation of color #CACEAC: hue angle of 67.06º degrees, saturation: 0.26, 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 #CACEAC is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
RGB | 202 | 206 | 172 | - |
CMYK | 0.02 | 0 | 0.17 | 0.19 |
HSL | 67.06º | 0.26% | 0.74% | - |
HSV(B) | 67.06º | 0.17% | 0.81% | - |
XYZ | 53.87 | 59.68 | 47.71 | - |
YUV | 200.93 | 111.67 | 128.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 206 | 172 | 0.02 | 0 | 0.17 | 0.19 | 67.06 | 0.26 | 0.74 |
Hex | CA | CE | AC | 2 | 0 | 11 | 13 | 43 | 1A | 4A |
Octal | 312 | 316 | 254 | 2 | 0 | 21 | 23 | 103 | 32 | 112 |
Binary | 11001010 | 11001110 | 10101100 | 10 | 0 | 10001 | 10011 | 1000011 | 11010 | 1001010 |
Color Harmonies of #CACEAC
Complementary color
Monochromatic Colors of #CACEAC
Black with #CACEAC
Text Example
Text Example
White with #CACEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACEAC; }
p { color: rgb(202,206,172); }
H1.HeaderClassName
{
color: #CACEAC;
}
.AnyTagClassName
{
color: #CACEAC;
}
</style>
background-color css
<style>
a { background-color: #CACEAC; }
a { background-color: rgb(202,206,172); }
div.DivClassName
{
background-color: #CACEAC;
}
.BgClassName
{
background-color: #CACEAC;
}
</style>
border-color css
<style>
span { border-color: #CACEAC; }
span { border-color: rgb(202,206,172); }
td.TdClassName
{
border-color: #CACEAC;
}
.TagClassName
{
border-color: #CACEAC;
}
</style>