Shades of Orinoco #CCCCA2
Tints of Orinoco #CCCCA2
RGB
CMYK
RGB Variations
Color information
#CCCCA2 (or 0xCCCCA2) is known color: Orinoco. HEX triplet: CC, CC and A2. RGB value is (204,204,162). Sum of RGB (Red+Green+Blue) = 204+204+162=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 162 (63.67% from 255 or 28.42% from 570); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCCA2 is #33335D. Grayscale: #C7C7C7. Windows color (decimal): -3355486 or 10669260. OLE color: 10669260.
HSL color Cylindrical-coordinate representation of color #CCCCA2: hue angle of 60º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCCCA2 is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 162 | - |
| CMYK | 0 | 0 | 0.21 | 0.2 |
| HSL | 60º | 0.29% | 0.72% | - |
| HSV(B) | 60º | 0.21% | 0.8% | - |
| XYZ | 53.02 | 58.63 | 42.71 | - |
| YUV | 199.21 | 107 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 162 | 0 | 0 | 0.21 | 0.2 | 60 | 0.29 | 0.72 |
| Hex | CC | CC | A2 | 0 | 0 | 15 | 14 | 3C | 1D | 48 |
| Octal | 314 | 314 | 242 | 0 | 0 | 25 | 24 | 74 | 35 | 110 |
| Binary | 11001100 | 11001100 | 10100010 | 0 | 0 | 10101 | 10100 | 111100 | 11101 | 1001000 |
Color Harmonies of #CCCCA2
Complementary color
Monochromatic Colors of #CCCCA2
Black with #CCCCA2
Text Example
Text Example
White with #CCCCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCA2; }
p { color: rgb(204,204,162); }
H1.HeaderClassName
{
color: #CCCCA2;
}
.AnyTagClassName
{
color: #CCCCA2;
}
</style>
background-color css
<style>
a { background-color: #CCCCA2; }
a { background-color: rgb(204,204,162); }
div.DivClassName
{
background-color: #CCCCA2;
}
.BgClassName
{
background-color: #CCCCA2;
}
</style>
border-color css
<style>
span { border-color: #CCCCA2; }
span { border-color: rgb(204,204,162); }
td.TdClassName
{
border-color: #CCCCA2;
}
.TagClassName
{
border-color: #CCCCA2;
}
</style>