Shades of Orinoco #CCD4AB
Tints of Orinoco #CCD4AB
RGB
CMYK
RGB Variations
Color information
#CCD4AB (or 0xCCD4AB) is known color: Orinoco. HEX triplet: CC, D4 and AB. RGB value is (204,212,171). Sum of RGB (Red+Green+Blue) = 204+212+171=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 212 (83.20% from 255 or 36.12% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD4AB is #332B54. Grayscale: #CDCDCD. Windows color (decimal): -3353429 or 11261132. OLE color: 11261132.
HSL color Cylindrical-coordinate representation of color #CCD4AB: hue angle of 71.71º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCD4AB is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 171 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.17 |
| HSL | 71.71º | 0.32% | 0.75% | - |
| HSV(B) | 71.71º | 0.19% | 0.83% | - |
| XYZ | 55.8 | 62.86 | 47.72 | - |
| YUV | 204.93 | 108.85 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 171 | 0.04 | 0 | 0.19 | 0.17 | 71.71 | 0.32 | 0.75 |
| Hex | CC | D4 | AB | 4 | 0 | 13 | 11 | 48 | 20 | 4B |
| Octal | 314 | 324 | 253 | 4 | 0 | 23 | 21 | 110 | 40 | 113 |
| Binary | 11001100 | 11010100 | 10101011 | 100 | 0 | 10011 | 10001 | 1001000 | 100000 | 1001011 |
Color Harmonies of #CCD4AB
Complementary color
Monochromatic Colors of #CCD4AB
Black with #CCD4AB
Text Example
Text Example
White with #CCD4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD4AB; }
p { color: rgb(204,212,171); }
H1.HeaderClassName
{
color: #CCD4AB;
}
.AnyTagClassName
{
color: #CCD4AB;
}
</style>
background-color css
<style>
a { background-color: #CCD4AB; }
a { background-color: rgb(204,212,171); }
div.DivClassName
{
background-color: #CCD4AB;
}
.BgClassName
{
background-color: #CCD4AB;
}
</style>
border-color css
<style>
span { border-color: #CCD4AB; }
span { border-color: rgb(204,212,171); }
td.TdClassName
{
border-color: #CCD4AB;
}
.TagClassName
{
border-color: #CCD4AB;
}
</style>