Shades of Orinoco #CCD8AB
Tints of Orinoco #CCD8AB
RGB
CMYK
RGB Variations
Color information
#CCD8AB (or 0xCCD8AB) is known color: Orinoco. HEX triplet: CC, D8 and AB. RGB value is (204,216,171). Sum of RGB (Red+Green+Blue) = 204+216+171=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 171 (67.19% from 255 or 28.93% from 591); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD8AB is #332754. Grayscale: #CFCFCF. Windows color (decimal): -3352405 or 11262156. OLE color: 11262156.
HSL color Cylindrical-coordinate representation of color #CCD8AB: hue angle of 76º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCD8AB is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 171 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.15 |
| HSL | 76º | 0.37% | 0.76% | - |
| HSV(B) | 76º | 0.21% | 0.85% | - |
| XYZ | 56.81 | 64.89 | 48.06 | - |
| YUV | 207.28 | 107.52 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 171 | 0.06 | 0 | 0.21 | 0.15 | 76 | 0.37 | 0.76 |
| Hex | CC | D8 | AB | 6 | 0 | 15 | F | 4C | 25 | 4C |
| Octal | 314 | 330 | 253 | 6 | 0 | 25 | 17 | 114 | 45 | 114 |
| Binary | 11001100 | 11011000 | 10101011 | 110 | 0 | 10101 | 1111 | 1001100 | 100101 | 1001100 |
Color Harmonies of #CCD8AB
Complementary color
Monochromatic Colors of #CCD8AB
Black with #CCD8AB
Text Example
Text Example
White with #CCD8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD8AB; }
p { color: rgb(204,216,171); }
H1.HeaderClassName
{
color: #CCD8AB;
}
.AnyTagClassName
{
color: #CCD8AB;
}
</style>
background-color css
<style>
a { background-color: #CCD8AB; }
a { background-color: rgb(204,216,171); }
div.DivClassName
{
background-color: #CCD8AB;
}
.BgClassName
{
background-color: #CCD8AB;
}
</style>
border-color css
<style>
span { border-color: #CCD8AB; }
span { border-color: rgb(204,216,171); }
td.TdClassName
{
border-color: #CCD8AB;
}
.TagClassName
{
border-color: #CCD8AB;
}
</style>