Shades of Orinoco #CCD6AB
Tints of Orinoco #CCD6AB
RGB
CMYK
RGB Variations
Color information
#CCD6AB (or 0xCCD6AB) is known color: Orinoco. HEX triplet: CC, D6 and AB. RGB value is (204,214,171). Sum of RGB (Red+Green+Blue) = 204+214+171=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 171 (67.19% from 255 or 29.03% from 589); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD6AB is #332954. Grayscale: #CECECE. Windows color (decimal): -3352917 or 11261644. OLE color: 11261644.
HSL color Cylindrical-coordinate representation of color #CCD6AB: hue angle of 73.95º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCD6AB is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 171 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.16 |
| HSL | 73.95º | 0.34% | 0.75% | - |
| HSV(B) | 73.95º | 0.2% | 0.84% | - |
| XYZ | 56.3 | 63.87 | 47.89 | - |
| YUV | 206.11 | 108.19 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 171 | 0.05 | 0 | 0.20 | 0.16 | 73.95 | 0.34 | 0.75 |
| Hex | CC | D6 | AB | 5 | 0 | 14 | 10 | 4A | 22 | 4B |
| Octal | 314 | 326 | 253 | 5 | 0 | 24 | 20 | 112 | 42 | 113 |
| Binary | 11001100 | 11010110 | 10101011 | 101 | 0 | 10100 | 10000 | 1001010 | 100010 | 1001011 |
Color Harmonies of #CCD6AB
Complementary color
Monochromatic Colors of #CCD6AB
Black with #CCD6AB
Text Example
Text Example
White with #CCD6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD6AB; }
p { color: rgb(204,214,171); }
H1.HeaderClassName
{
color: #CCD6AB;
}
.AnyTagClassName
{
color: #CCD6AB;
}
</style>
background-color css
<style>
a { background-color: #CCD6AB; }
a { background-color: rgb(204,214,171); }
div.DivClassName
{
background-color: #CCD6AB;
}
.BgClassName
{
background-color: #CCD6AB;
}
</style>
border-color css
<style>
span { border-color: #CCD6AB; }
span { border-color: rgb(204,214,171); }
td.TdClassName
{
border-color: #CCD6AB;
}
.TagClassName
{
border-color: #CCD6AB;
}
</style>