Shades of Orinoco #CCD6A3
Tints of Orinoco #CCD6A3
RGB
CMYK
RGB Variations
Color information
#CCD6A3 (or 0xCCD6A3) is known color: Orinoco. HEX triplet: CC, D6 and A3. RGB value is (204,214,163). Sum of RGB (Red+Green+Blue) = 204+214+163=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 163 (64.06% from 255 or 28.06% from 581); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD6A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD6A3 is #33295C. Grayscale: #CDCDCD. Windows color (decimal): -3352925 or 10737356. OLE color: 10737356.
HSL color Cylindrical-coordinate representation of color #CCD6A3: hue angle of 71.76º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCD6A3 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 163 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.16 |
| HSL | 71.76º | 0.38% | 0.74% | - |
| HSV(B) | 71.76º | 0.24% | 0.84% | - |
| XYZ | 55.56 | 63.57 | 43.99 | - |
| YUV | 205.2 | 104.19 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 163 | 0.05 | 0 | 0.24 | 0.16 | 71.76 | 0.38 | 0.74 |
| Hex | CC | D6 | A3 | 5 | 0 | 18 | 10 | 48 | 26 | 4A |
| Octal | 314 | 326 | 243 | 5 | 0 | 30 | 20 | 110 | 46 | 112 |
| Binary | 11001100 | 11010110 | 10100011 | 101 | 0 | 11000 | 10000 | 1001000 | 100110 | 1001010 |
Color Harmonies of #CCD6A3
Complementary color
Monochromatic Colors of #CCD6A3
Black with #CCD6A3
Text Example
Text Example
White with #CCD6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD6A3; }
p { color: rgb(204,214,163); }
H1.HeaderClassName
{
color: #CCD6A3;
}
.AnyTagClassName
{
color: #CCD6A3;
}
</style>
background-color css
<style>
a { background-color: #CCD6A3; }
a { background-color: rgb(204,214,163); }
div.DivClassName
{
background-color: #CCD6A3;
}
.BgClassName
{
background-color: #CCD6A3;
}
</style>
border-color css
<style>
span { border-color: #CCD6A3; }
span { border-color: rgb(204,214,163); }
td.TdClassName
{
border-color: #CCD6A3;
}
.TagClassName
{
border-color: #CCD6A3;
}
</style>