Shades of Orinoco #CCD6AD
Tints of Orinoco #CCD6AD
RGB
CMYK
RGB Variations
Color information
#CCD6AD (or 0xCCD6AD) is known color: Orinoco. HEX triplet: CC, D6 and AD. RGB value is (204,214,173). Sum of RGB (Red+Green+Blue) = 204+214+173=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 173 (67.97% from 255 or 29.27% from 591); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD6AD is #332952. Grayscale: #CECECE. Windows color (decimal): -3352915 or 11392716. OLE color: 11392716.
HSL color Cylindrical-coordinate representation of color #CCD6AD: hue angle of 74.63º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCD6AD is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 173 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.16 |
| HSL | 74.63º | 0.33% | 0.76% | - |
| HSV(B) | 74.63º | 0.19% | 0.84% | - |
| XYZ | 56.49 | 63.95 | 48.9 | - |
| YUV | 206.34 | 109.19 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 173 | 0.05 | 0 | 0.19 | 0.16 | 74.63 | 0.33 | 0.76 |
| Hex | CC | D6 | AD | 5 | 0 | 13 | 10 | 4B | 21 | 4C |
| Octal | 314 | 326 | 255 | 5 | 0 | 23 | 20 | 113 | 41 | 114 |
| Binary | 11001100 | 11010110 | 10101101 | 101 | 0 | 10011 | 10000 | 1001011 | 100001 | 1001100 |
Color Harmonies of #CCD6AD
Complementary color
Monochromatic Colors of #CCD6AD
Black with #CCD6AD
Text Example
Text Example
White with #CCD6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD6AD; }
p { color: rgb(204,214,173); }
H1.HeaderClassName
{
color: #CCD6AD;
}
.AnyTagClassName
{
color: #CCD6AD;
}
</style>
background-color css
<style>
a { background-color: #CCD6AD; }
a { background-color: rgb(204,214,173); }
div.DivClassName
{
background-color: #CCD6AD;
}
.BgClassName
{
background-color: #CCD6AD;
}
</style>
border-color css
<style>
span { border-color: #CCD6AD; }
span { border-color: rgb(204,214,173); }
td.TdClassName
{
border-color: #CCD6AD;
}
.TagClassName
{
border-color: #CCD6AD;
}
</style>