Shades of Orinoco #CCCCA8
Tints of Orinoco #CCCCA8
RGB
CMYK
RGB Variations
Color information
#CCCCA8 (or 0xCCCCA8) is known color: Orinoco. HEX triplet: CC, CC and A8. RGB value is (204,204,168). Sum of RGB (Red+Green+Blue) = 204+204+168=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 168 (66.02% from 255 or 29.17% from 576); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCCA8 is #333357. Grayscale: #C8C8C8. Windows color (decimal): -3355480 or 11062476. OLE color: 11062476.
HSL color Cylindrical-coordinate representation of color #CCCCA8: hue angle of 60º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCCCA8 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 168 | - |
| CMYK | 0 | 0 | 0.18 | 0.2 |
| HSL | 60º | 0.26% | 0.73% | - |
| HSV(B) | 60º | 0.18% | 0.8% | - |
| XYZ | 53.56 | 58.85 | 45.58 | - |
| YUV | 199.9 | 110 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 168 | 0 | 0 | 0.18 | 0.2 | 60 | 0.26 | 0.73 |
| Hex | CC | CC | A8 | 0 | 0 | 12 | 14 | 3C | 1A | 49 |
| Octal | 314 | 314 | 250 | 0 | 0 | 22 | 24 | 74 | 32 | 111 |
| Binary | 11001100 | 11001100 | 10101000 | 0 | 0 | 10010 | 10100 | 111100 | 11010 | 1001001 |
Color Harmonies of #CCCCA8
Complementary color
Monochromatic Colors of #CCCCA8
Black with #CCCCA8
Text Example
Text Example
White with #CCCCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCA8; }
p { color: rgb(204,204,168); }
H1.HeaderClassName
{
color: #CCCCA8;
}
.AnyTagClassName
{
color: #CCCCA8;
}
</style>
background-color css
<style>
a { background-color: #CCCCA8; }
a { background-color: rgb(204,204,168); }
div.DivClassName
{
background-color: #CCCCA8;
}
.BgClassName
{
background-color: #CCCCA8;
}
</style>
border-color css
<style>
span { border-color: #CCCCA8; }
span { border-color: rgb(204,204,168); }
td.TdClassName
{
border-color: #CCCCA8;
}
.TagClassName
{
border-color: #CCCCA8;
}
</style>