Shades of Orinoco #CCD5AB
Tints of Orinoco #CCD5AB
RGB
CMYK
RGB Variations
Color information
#CCD5AB (or 0xCCD5AB) is known color: Orinoco. HEX triplet: CC, D5 and AB. RGB value is (204,213,171). Sum of RGB (Red+Green+Blue) = 204+213+171=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 171 (67.19% from 255 or 29.08% from 588); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD5AB is #332A54. Grayscale: #CDCDCD. Windows color (decimal): -3353173 or 11261388. OLE color: 11261388.
HSL color Cylindrical-coordinate representation of color #CCD5AB: hue angle of 72.86º degrees, saturation: 0.33, 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 #CCD5AB is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 171 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.16 |
| HSL | 72.86º | 0.33% | 0.75% | - |
| HSV(B) | 72.86º | 0.2% | 0.84% | - |
| XYZ | 56.05 | 63.37 | 47.8 | - |
| YUV | 205.52 | 108.52 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 171 | 0.04 | 0 | 0.20 | 0.16 | 72.86 | 0.33 | 0.75 |
| Hex | CC | D5 | AB | 4 | 0 | 14 | 10 | 49 | 21 | 4B |
| Octal | 314 | 325 | 253 | 4 | 0 | 24 | 20 | 111 | 41 | 113 |
| Binary | 11001100 | 11010101 | 10101011 | 100 | 0 | 10100 | 10000 | 1001001 | 100001 | 1001011 |
Color Harmonies of #CCD5AB
Complementary color
Monochromatic Colors of #CCD5AB
Black with #CCD5AB
Text Example
Text Example
White with #CCD5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD5AB; }
p { color: rgb(204,213,171); }
H1.HeaderClassName
{
color: #CCD5AB;
}
.AnyTagClassName
{
color: #CCD5AB;
}
</style>
background-color css
<style>
a { background-color: #CCD5AB; }
a { background-color: rgb(204,213,171); }
div.DivClassName
{
background-color: #CCD5AB;
}
.BgClassName
{
background-color: #CCD5AB;
}
</style>
border-color css
<style>
span { border-color: #CCD5AB; }
span { border-color: rgb(204,213,171); }
td.TdClassName
{
border-color: #CCD5AB;
}
.TagClassName
{
border-color: #CCD5AB;
}
</style>