Shades of Orinoco #CCD1A9
Tints of Orinoco #CCD1A9
RGB
CMYK
RGB Variations
Color information
#CCD1A9 (or 0xCCD1A9) is known color: Orinoco. HEX triplet: CC, D1 and A9. RGB value is (204,209,169). Sum of RGB (Red+Green+Blue) = 204+209+169=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 209 (82.03% from 255 or 35.91% from 582); Blue value is 169 (66.41% from 255 or 29.04% from 582); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD1A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD1A9 is #332E56. Grayscale: #CBCBCB. Windows color (decimal): -3354199 or 11129292. OLE color: 11129292.
HSL color Cylindrical-coordinate representation of color #CCD1A9: hue angle of 67.5º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCD1A9 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 169 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.18 |
| HSL | 67.5º | 0.3% | 0.74% | - |
| HSV(B) | 67.5º | 0.19% | 0.82% | - |
| XYZ | 54.86 | 61.3 | 46.48 | - |
| YUV | 202.95 | 108.84 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 169 | 0.02 | 0 | 0.19 | 0.18 | 67.5 | 0.3 | 0.74 |
| Hex | CC | D1 | A9 | 2 | 0 | 13 | 12 | 44 | 1E | 4A |
| Octal | 314 | 321 | 251 | 2 | 0 | 23 | 22 | 104 | 36 | 112 |
| Binary | 11001100 | 11010001 | 10101001 | 10 | 0 | 10011 | 10010 | 1000100 | 11110 | 1001010 |
Color Harmonies of #CCD1A9
Complementary color
Monochromatic Colors of #CCD1A9
Black with #CCD1A9
Text Example
Text Example
White with #CCD1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD1A9; }
p { color: rgb(204,209,169); }
H1.HeaderClassName
{
color: #CCD1A9;
}
.AnyTagClassName
{
color: #CCD1A9;
}
</style>
background-color css
<style>
a { background-color: #CCD1A9; }
a { background-color: rgb(204,209,169); }
div.DivClassName
{
background-color: #CCD1A9;
}
.BgClassName
{
background-color: #CCD1A9;
}
</style>
border-color css
<style>
span { border-color: #CCD1A9; }
span { border-color: rgb(204,209,169); }
td.TdClassName
{
border-color: #CCD1A9;
}
.TagClassName
{
border-color: #CCD1A9;
}
</style>