Shades of Orinoco #CCD0AE
Tints of Orinoco #CCD0AE
RGB
CMYK
RGB Variations
Color information
#CCD0AE (or 0xCCD0AE) is known color: Orinoco. HEX triplet: CC, D0 and AE. RGB value is (204,208,174). Sum of RGB (Red+Green+Blue) = 204+208+174=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 174 (68.36% from 255 or 29.69% from 586); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD0AE is #332F51. Grayscale: #CBCBCB. Windows color (decimal): -3354450 or 11456716. OLE color: 11456716.
HSL color Cylindrical-coordinate representation of color #CCD0AE: hue angle of 67.06º degrees, saturation: 0.27, 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 #CCD0AE is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 174 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.18 |
| HSL | 67.06º | 0.27% | 0.75% | - |
| HSV(B) | 67.06º | 0.16% | 0.82% | - |
| XYZ | 55.1 | 61.01 | 48.92 | - |
| YUV | 202.93 | 111.67 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 174 | 0.02 | 0 | 0.16 | 0.18 | 67.06 | 0.27 | 0.75 |
| Hex | CC | D0 | AE | 2 | 0 | 10 | 12 | 43 | 1B | 4B |
| Octal | 314 | 320 | 256 | 2 | 0 | 20 | 22 | 103 | 33 | 113 |
| Binary | 11001100 | 11010000 | 10101110 | 10 | 0 | 10000 | 10010 | 1000011 | 11011 | 1001011 |
Color Harmonies of #CCD0AE
Complementary color
Monochromatic Colors of #CCD0AE
Black with #CCD0AE
Text Example
Text Example
White with #CCD0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD0AE; }
p { color: rgb(204,208,174); }
H1.HeaderClassName
{
color: #CCD0AE;
}
.AnyTagClassName
{
color: #CCD0AE;
}
</style>
background-color css
<style>
a { background-color: #CCD0AE; }
a { background-color: rgb(204,208,174); }
div.DivClassName
{
background-color: #CCD0AE;
}
.BgClassName
{
background-color: #CCD0AE;
}
</style>
border-color css
<style>
span { border-color: #CCD0AE; }
span { border-color: rgb(204,208,174); }
td.TdClassName
{
border-color: #CCD0AE;
}
.TagClassName
{
border-color: #CCD0AE;
}
</style>