Shades of Orinoco #CCD0AF
Tints of Orinoco #CCD0AF
RGB
CMYK
RGB Variations
Color information
#CCD0AF (or 0xCCD0AF) is known color: Orinoco. HEX triplet: CC, D0 and AF. RGB value is (204,208,175). Sum of RGB (Red+Green+Blue) = 204+208+175=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD0AF is #332F50. Grayscale: #CBCBCB. Windows color (decimal): -3354449 or 11522252. OLE color: 11522252.
HSL color Cylindrical-coordinate representation of color #CCD0AF: hue angle of 67.27º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCD0AF is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 175 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.18 |
| HSL | 67.27º | 0.26% | 0.75% | - |
| HSV(B) | 67.27º | 0.16% | 0.82% | - |
| XYZ | 55.2 | 61.04 | 49.43 | - |
| YUV | 203.04 | 112.17 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 175 | 0.02 | 0 | 0.16 | 0.18 | 67.27 | 0.26 | 0.75 |
| Hex | CC | D0 | AF | 2 | 0 | 10 | 12 | 43 | 1A | 4B |
| Octal | 314 | 320 | 257 | 2 | 0 | 20 | 22 | 103 | 32 | 113 |
| Binary | 11001100 | 11010000 | 10101111 | 10 | 0 | 10000 | 10010 | 1000011 | 11010 | 1001011 |
Color Harmonies of #CCD0AF
Complementary color
Monochromatic Colors of #CCD0AF
Black with #CCD0AF
Text Example
Text Example
White with #CCD0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD0AF; }
p { color: rgb(204,208,175); }
H1.HeaderClassName
{
color: #CCD0AF;
}
.AnyTagClassName
{
color: #CCD0AF;
}
</style>
background-color css
<style>
a { background-color: #CCD0AF; }
a { background-color: rgb(204,208,175); }
div.DivClassName
{
background-color: #CCD0AF;
}
.BgClassName
{
background-color: #CCD0AF;
}
</style>
border-color css
<style>
span { border-color: #CCD0AF; }
span { border-color: rgb(204,208,175); }
td.TdClassName
{
border-color: #CCD0AF;
}
.TagClassName
{
border-color: #CCD0AF;
}
</style>