Shades of Orinoco #CCD2A0
Tints of Orinoco #CCD2A0
RGB
CMYK
RGB Variations
Color information
#CCD2A0 (or 0xCCD2A0) is known color: Orinoco. HEX triplet: CC, D2 and A0. RGB value is (204,210,160). Sum of RGB (Red+Green+Blue) = 204+210+160=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 210 (82.42% from 255 or 36.59% from 574); Blue value is 160 (62.89% from 255 or 27.87% from 574); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD2A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD2A0 is #332D5F. Grayscale: #CACACA. Windows color (decimal): -3353952 or 10539724. OLE color: 10539724.
HSL color Cylindrical-coordinate representation of color #CCD2A0: hue angle of 67.2º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCD2A0 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 160 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.18 |
| HSL | 67.2º | 0.36% | 0.73% | - |
| HSV(B) | 67.2º | 0.24% | 0.82% | - |
| XYZ | 54.29 | 61.47 | 42.26 | - |
| YUV | 202.51 | 104.01 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 160 | 0.03 | 0 | 0.24 | 0.18 | 67.2 | 0.36 | 0.73 |
| Hex | CC | D2 | A0 | 3 | 0 | 18 | 12 | 43 | 24 | 49 |
| Octal | 314 | 322 | 240 | 3 | 0 | 30 | 22 | 103 | 44 | 111 |
| Binary | 11001100 | 11010010 | 10100000 | 11 | 0 | 11000 | 10010 | 1000011 | 100100 | 1001001 |
Color Harmonies of #CCD2A0
Complementary color
Monochromatic Colors of #CCD2A0
Black with #CCD2A0
Text Example
Text Example
White with #CCD2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD2A0; }
p { color: rgb(204,210,160); }
H1.HeaderClassName
{
color: #CCD2A0;
}
.AnyTagClassName
{
color: #CCD2A0;
}
</style>
background-color css
<style>
a { background-color: #CCD2A0; }
a { background-color: rgb(204,210,160); }
div.DivClassName
{
background-color: #CCD2A0;
}
.BgClassName
{
background-color: #CCD2A0;
}
</style>
border-color css
<style>
span { border-color: #CCD2A0; }
span { border-color: rgb(204,210,160); }
td.TdClassName
{
border-color: #CCD2A0;
}
.TagClassName
{
border-color: #CCD2A0;
}
</style>