Shades of Orinoco #CAD2AA
Tints of Orinoco #CAD2AA
RGB
CMYK
RGB Variations
Color information
#CAD2AA (or 0xCAD2AA) is known color: Orinoco. HEX triplet: CA, D2 and AA. RGB value is (202,210,170). Sum of RGB (Red+Green+Blue) = 202+210+170=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD2AA is #352D55. Grayscale: #CBCBCB. Windows color (decimal): -3485014 or 11195082. OLE color: 11195082.
HSL color Cylindrical-coordinate representation of color #CAD2AA: hue angle of 72º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAD2AA is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
RGB | 202 | 210 | 170 | - |
CMYK | 0.04 | 0 | 0.19 | 0.18 |
HSL | 72º | 0.31% | 0.75% | - |
HSV(B) | 72º | 0.19% | 0.82% | - |
XYZ | 54.66 | 61.55 | 47.03 | - |
YUV | 203.05 | 109.35 | 127.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 210 | 170 | 0.04 | 0 | 0.19 | 0.18 | 72 | 0.31 | 0.75 |
Hex | CA | D2 | AA | 4 | 0 | 13 | 12 | 48 | 1F | 4B |
Octal | 312 | 322 | 252 | 4 | 0 | 23 | 22 | 110 | 37 | 113 |
Binary | 11001010 | 11010010 | 10101010 | 100 | 0 | 10011 | 10010 | 1001000 | 11111 | 1001011 |
Color Harmonies of #CAD2AA
Complementary color
Monochromatic Colors of #CAD2AA
Black with #CAD2AA
Text Example
Text Example
White with #CAD2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD2AA; }
p { color: rgb(202,210,170); }
H1.HeaderClassName
{
color: #CAD2AA;
}
.AnyTagClassName
{
color: #CAD2AA;
}
</style>
background-color css
<style>
a { background-color: #CAD2AA; }
a { background-color: rgb(202,210,170); }
div.DivClassName
{
background-color: #CAD2AA;
}
.BgClassName
{
background-color: #CAD2AA;
}
</style>
border-color css
<style>
span { border-color: #CAD2AA; }
span { border-color: rgb(202,210,170); }
td.TdClassName
{
border-color: #CAD2AA;
}
.TagClassName
{
border-color: #CAD2AA;
}
</style>