Shades of Orinoco #CCD2AF
Tints of Orinoco #CCD2AF
RGB
CMYK
RGB Variations
Color information
#CCD2AF (or 0xCCD2AF) is known color: Orinoco. HEX triplet: CC, D2 and AF. RGB value is (204,210,175). Sum of RGB (Red+Green+Blue) = 204+210+175=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD2AF is #332D50. Grayscale: #CCCCCC. Windows color (decimal): -3353937 or 11522764. OLE color: 11522764.
HSL color Cylindrical-coordinate representation of color #CCD2AF: hue angle of 70.29º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCD2AF is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 175 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.18 |
| HSL | 70.29º | 0.28% | 0.75% | - |
| HSV(B) | 70.29º | 0.17% | 0.82% | - |
| XYZ | 55.69 | 62.03 | 49.59 | - |
| YUV | 204.22 | 111.51 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 175 | 0.03 | 0 | 0.17 | 0.18 | 70.29 | 0.28 | 0.75 |
| Hex | CC | D2 | AF | 3 | 0 | 11 | 12 | 46 | 1C | 4B |
| Octal | 314 | 322 | 257 | 3 | 0 | 21 | 22 | 106 | 34 | 113 |
| Binary | 11001100 | 11010010 | 10101111 | 11 | 0 | 10001 | 10010 | 1000110 | 11100 | 1001011 |
Color Harmonies of #CCD2AF
Complementary color
Monochromatic Colors of #CCD2AF
Black with #CCD2AF
Text Example
Text Example
White with #CCD2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD2AF; }
p { color: rgb(204,210,175); }
H1.HeaderClassName
{
color: #CCD2AF;
}
.AnyTagClassName
{
color: #CCD2AF;
}
</style>
background-color css
<style>
a { background-color: #CCD2AF; }
a { background-color: rgb(204,210,175); }
div.DivClassName
{
background-color: #CCD2AF;
}
.BgClassName
{
background-color: #CCD2AF;
}
</style>
border-color css
<style>
span { border-color: #CCD2AF; }
span { border-color: rgb(204,210,175); }
td.TdClassName
{
border-color: #CCD2AF;
}
.TagClassName
{
border-color: #CCD2AF;
}
</style>