Shades of Orinoco #CCD7AB
Tints of Orinoco #CCD7AB
RGB
CMYK
RGB Variations
Color information
#CCD7AB (or 0xCCD7AB) is known color: Orinoco. HEX triplet: CC, D7 and AB. RGB value is (204,215,171). Sum of RGB (Red+Green+Blue) = 204+215+171=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 215 (84.38% from 255 or 36.44% from 590); Blue value is 171 (67.19% from 255 or 28.98% from 590); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD7AB is #332854. Grayscale: #CECECE. Windows color (decimal): -3352661 or 11261900. OLE color: 11261900.
HSL color Cylindrical-coordinate representation of color #CCD7AB: hue angle of 75º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCD7AB is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 171 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.16 |
| HSL | 75º | 0.35% | 0.76% | - |
| HSV(B) | 75º | 0.2% | 0.84% | - |
| XYZ | 56.55 | 64.38 | 47.97 | - |
| YUV | 206.7 | 107.86 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 171 | 0.05 | 0 | 0.20 | 0.16 | 75 | 0.35 | 0.76 |
| Hex | CC | D7 | AB | 5 | 0 | 14 | 10 | 4B | 23 | 4C |
| Octal | 314 | 327 | 253 | 5 | 0 | 24 | 20 | 113 | 43 | 114 |
| Binary | 11001100 | 11010111 | 10101011 | 101 | 0 | 10100 | 10000 | 1001011 | 100011 | 1001100 |
Color Harmonies of #CCD7AB
Complementary color
Monochromatic Colors of #CCD7AB
Black with #CCD7AB
Text Example
Text Example
White with #CCD7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7AB; }
p { color: rgb(204,215,171); }
H1.HeaderClassName
{
color: #CCD7AB;
}
.AnyTagClassName
{
color: #CCD7AB;
}
</style>
background-color css
<style>
a { background-color: #CCD7AB; }
a { background-color: rgb(204,215,171); }
div.DivClassName
{
background-color: #CCD7AB;
}
.BgClassName
{
background-color: #CCD7AB;
}
</style>
border-color css
<style>
span { border-color: #CCD7AB; }
span { border-color: rgb(204,215,171); }
td.TdClassName
{
border-color: #CCD7AB;
}
.TagClassName
{
border-color: #CCD7AB;
}
</style>