Shades of Orinoco #CCD0A0
Tints of Orinoco #CCD0A0
RGB
CMYK
RGB Variations
Color information
#CCD0A0 (or 0xCCD0A0) is known color: Orinoco. HEX triplet: CC, D0 and A0. RGB value is (204,208,160). Sum of RGB (Red+Green+Blue) = 204+208+160=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 160 (62.89% from 255 or 27.97% from 572); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD0A0 is #332F5F. Grayscale: #C9C9C9. Windows color (decimal): -3354464 or 10539212. OLE color: 10539212.
HSL color Cylindrical-coordinate representation of color #CCD0A0: hue angle of 65º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCD0A0 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 160 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.18 |
| HSL | 65º | 0.34% | 0.72% | - |
| HSV(B) | 65º | 0.23% | 0.82% | - |
| XYZ | 53.8 | 60.49 | 42.1 | - |
| YUV | 201.33 | 104.67 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 160 | 0.02 | 0 | 0.23 | 0.18 | 65 | 0.34 | 0.72 |
| Hex | CC | D0 | A0 | 2 | 0 | 17 | 12 | 41 | 22 | 48 |
| Octal | 314 | 320 | 240 | 2 | 0 | 27 | 22 | 101 | 42 | 110 |
| Binary | 11001100 | 11010000 | 10100000 | 10 | 0 | 10111 | 10010 | 1000001 | 100010 | 1001000 |
Color Harmonies of #CCD0A0
Complementary color
Monochromatic Colors of #CCD0A0
Black with #CCD0A0
Text Example
Text Example
White with #CCD0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD0A0; }
p { color: rgb(204,208,160); }
H1.HeaderClassName
{
color: #CCD0A0;
}
.AnyTagClassName
{
color: #CCD0A0;
}
</style>
background-color css
<style>
a { background-color: #CCD0A0; }
a { background-color: rgb(204,208,160); }
div.DivClassName
{
background-color: #CCD0A0;
}
.BgClassName
{
background-color: #CCD0A0;
}
</style>
border-color css
<style>
span { border-color: #CCD0A0; }
span { border-color: rgb(204,208,160); }
td.TdClassName
{
border-color: #CCD0A0;
}
.TagClassName
{
border-color: #CCD0A0;
}
</style>