Shades of Orinoco #CCD0AA
Tints of Orinoco #CCD0AA
RGB
CMYK
RGB Variations
Color information
#CCD0AA (or 0xCCD0AA) is known color: Orinoco. HEX triplet: CC, D0 and AA. RGB value is (204,208,170). Sum of RGB (Red+Green+Blue) = 204+208+170=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD0AA is #332F55. Grayscale: #CACACA. Windows color (decimal): -3354454 or 11194572. OLE color: 11194572.
HSL color Cylindrical-coordinate representation of color #CCD0AA: hue angle of 66.32º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCD0AA is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 170 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.18 |
| HSL | 66.32º | 0.29% | 0.74% | - |
| HSV(B) | 66.32º | 0.18% | 0.82% | - |
| XYZ | 54.71 | 60.85 | 46.89 | - |
| YUV | 202.47 | 109.67 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 170 | 0.02 | 0 | 0.18 | 0.18 | 66.32 | 0.29 | 0.74 |
| Hex | CC | D0 | AA | 2 | 0 | 12 | 12 | 42 | 1D | 4A |
| Octal | 314 | 320 | 252 | 2 | 0 | 22 | 22 | 102 | 35 | 112 |
| Binary | 11001100 | 11010000 | 10101010 | 10 | 0 | 10010 | 10010 | 1000010 | 11101 | 1001010 |
Color Harmonies of #CCD0AA
Complementary color
Monochromatic Colors of #CCD0AA
Black with #CCD0AA
Text Example
Text Example
White with #CCD0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD0AA; }
p { color: rgb(204,208,170); }
H1.HeaderClassName
{
color: #CCD0AA;
}
.AnyTagClassName
{
color: #CCD0AA;
}
</style>
background-color css
<style>
a { background-color: #CCD0AA; }
a { background-color: rgb(204,208,170); }
div.DivClassName
{
background-color: #CCD0AA;
}
.BgClassName
{
background-color: #CCD0AA;
}
</style>
border-color css
<style>
span { border-color: #CCD0AA; }
span { border-color: rgb(204,208,170); }
td.TdClassName
{
border-color: #CCD0AA;
}
.TagClassName
{
border-color: #CCD0AA;
}
</style>