Shades of Orinoco #CCCCAC
Tints of Orinoco #CCCCAC
RGB
CMYK
RGB Variations
Color information
#CCCCAC (or 0xCCCCAC) is known color: Orinoco. HEX triplet: CC, CC and AC. RGB value is (204,204,172). Sum of RGB (Red+Green+Blue) = 204+204+172=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCCAC is #333353. Grayscale: #C8C8C8. Windows color (decimal): -3355476 or 11324620. OLE color: 11324620.
HSL color Cylindrical-coordinate representation of color #CCCCAC: hue angle of 60º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCCCAC is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 172 | - |
| CMYK | 0 | 0 | 0.16 | 0.2 |
| HSL | 60º | 0.24% | 0.74% | - |
| HSV(B) | 60º | 0.16% | 0.8% | - |
| XYZ | 53.94 | 59 | 47.58 | - |
| YUV | 200.35 | 112 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 172 | 0 | 0 | 0.16 | 0.2 | 60 | 0.24 | 0.74 |
| Hex | CC | CC | AC | 0 | 0 | 10 | 14 | 3C | 18 | 4A |
| Octal | 314 | 314 | 254 | 0 | 0 | 20 | 24 | 74 | 30 | 112 |
| Binary | 11001100 | 11001100 | 10101100 | 0 | 0 | 10000 | 10100 | 111100 | 11000 | 1001010 |
Color Harmonies of #CCCCAC
Complementary color
Monochromatic Colors of #CCCCAC
Black with #CCCCAC
Text Example
Text Example
White with #CCCCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCAC; }
p { color: rgb(204,204,172); }
H1.HeaderClassName
{
color: #CCCCAC;
}
.AnyTagClassName
{
color: #CCCCAC;
}
</style>
background-color css
<style>
a { background-color: #CCCCAC; }
a { background-color: rgb(204,204,172); }
div.DivClassName
{
background-color: #CCCCAC;
}
.BgClassName
{
background-color: #CCCCAC;
}
</style>
border-color css
<style>
span { border-color: #CCCCAC; }
span { border-color: rgb(204,204,172); }
td.TdClassName
{
border-color: #CCCCAC;
}
.TagClassName
{
border-color: #CCCCAC;
}
</style>