Shades of Orinoco #CCD5A2
Tints of Orinoco #CCD5A2
RGB
CMYK
RGB Variations
Color information
#CCD5A2 (or 0xCCD5A2) is known color: Orinoco. HEX triplet: CC, D5 and A2. RGB value is (204,213,162). Sum of RGB (Red+Green+Blue) = 204+213+162=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 213 (83.59% from 255 or 36.79% from 579); Blue value is 162 (63.67% from 255 or 27.98% from 579); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD5A2 is #332A5D. Grayscale: #CCCCCC. Windows color (decimal): -3353182 or 10671564. OLE color: 10671564.
HSL color Cylindrical-coordinate representation of color #CCD5A2: hue angle of 70.59º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCD5A2 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 162 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.16 |
| HSL | 70.59º | 0.38% | 0.74% | - |
| HSV(B) | 70.59º | 0.24% | 0.84% | - |
| XYZ | 55.22 | 63.03 | 43.44 | - |
| YUV | 204.5 | 104.02 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 162 | 0.04 | 0 | 0.24 | 0.16 | 70.59 | 0.38 | 0.74 |
| Hex | CC | D5 | A2 | 4 | 0 | 18 | 10 | 47 | 26 | 4A |
| Octal | 314 | 325 | 242 | 4 | 0 | 30 | 20 | 107 | 46 | 112 |
| Binary | 11001100 | 11010101 | 10100010 | 100 | 0 | 11000 | 10000 | 1000111 | 100110 | 1001010 |
Color Harmonies of #CCD5A2
Complementary color
Monochromatic Colors of #CCD5A2
Black with #CCD5A2
Text Example
Text Example
White with #CCD5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD5A2; }
p { color: rgb(204,213,162); }
H1.HeaderClassName
{
color: #CCD5A2;
}
.AnyTagClassName
{
color: #CCD5A2;
}
</style>
background-color css
<style>
a { background-color: #CCD5A2; }
a { background-color: rgb(204,213,162); }
div.DivClassName
{
background-color: #CCD5A2;
}
.BgClassName
{
background-color: #CCD5A2;
}
</style>
border-color css
<style>
span { border-color: #CCD5A2; }
span { border-color: rgb(204,213,162); }
td.TdClassName
{
border-color: #CCD5A2;
}
.TagClassName
{
border-color: #CCD5A2;
}
</style>