Shades of Orinoco #CCCDA7
Tints of Orinoco #CCCDA7
RGB
CMYK
RGB Variations
Color information
#CCCDA7 (or 0xCCCDA7) is known color: Orinoco. HEX triplet: CC, CD and A7. RGB value is (204,205,167). Sum of RGB (Red+Green+Blue) = 204+205+167=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 167 (65.62% from 255 or 28.99% from 576); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCDA7 is #333258. Grayscale: #C8C8C8. Windows color (decimal): -3355225 or 10997196. OLE color: 10997196.
HSL color Cylindrical-coordinate representation of color #CCCDA7: hue angle of 61.58º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCCDA7 is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 167 | - |
| CMYK | 0.00 | 0 | 0.19 | 0.20 |
| HSL | 61.58º | 0.28% | 0.73% | - |
| HSV(B) | 61.58º | 0.19% | 0.8% | - |
| XYZ | 53.71 | 59.29 | 45.17 | - |
| YUV | 200.37 | 109.17 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 167 | 0.00 | 0 | 0.19 | 0.20 | 61.58 | 0.28 | 0.73 |
| Hex | CC | CD | A7 | 0 | 0 | 13 | 14 | 3E | 1C | 49 |
| Octal | 314 | 315 | 247 | 0 | 0 | 23 | 24 | 76 | 34 | 111 |
| Binary | 11001100 | 11001101 | 10100111 | 0 | 0 | 10011 | 10100 | 111110 | 11100 | 1001001 |
Color Harmonies of #CCCDA7
Complementary color
Monochromatic Colors of #CCCDA7
Black with #CCCDA7
Text Example
Text Example
White with #CCCDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDA7; }
p { color: rgb(204,205,167); }
H1.HeaderClassName
{
color: #CCCDA7;
}
.AnyTagClassName
{
color: #CCCDA7;
}
</style>
background-color css
<style>
a { background-color: #CCCDA7; }
a { background-color: rgb(204,205,167); }
div.DivClassName
{
background-color: #CCCDA7;
}
.BgClassName
{
background-color: #CCCDA7;
}
</style>
border-color css
<style>
span { border-color: #CCCDA7; }
span { border-color: rgb(204,205,167); }
td.TdClassName
{
border-color: #CCCDA7;
}
.TagClassName
{
border-color: #CCCDA7;
}
</style>