Shades of Orinoco #CCCCAA
Tints of Orinoco #CCCCAA
RGB
CMYK
RGB Variations
Color information
#CCCCAA (or 0xCCCCAA) is known color: Orinoco. HEX triplet: CC, CC and AA. RGB value is (204,204,170). Sum of RGB (Red+Green+Blue) = 204+204+170=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCCAA is #333355. Grayscale: #C8C8C8. Windows color (decimal): -3355478 or 11193548. OLE color: 11193548.
HSL color Cylindrical-coordinate representation of color #CCCCAA: hue angle of 60º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCCCAA is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 204 | 170 | - |
CMYK | 0 | 0 | 0.17 | 0.2 |
HSL | 60º | 0.25% | 0.73% | - |
HSV(B) | 60º | 0.17% | 0.8% | - |
XYZ | 53.75 | 58.93 | 46.57 | - |
YUV | 200.12 | 111 | 130.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 170 | 0 | 0 | 0.17 | 0.2 | 60 | 0.25 | 0.73 |
Hex | CC | CC | AA | 0 | 0 | 11 | 14 | 3C | 19 | 49 |
Octal | 314 | 314 | 252 | 0 | 0 | 21 | 24 | 74 | 31 | 111 |
Binary | 11001100 | 11001100 | 10101010 | 0 | 0 | 10001 | 10100 | 111100 | 11001 | 1001001 |
Color Harmonies of #CCCCAA
Complementary color
Monochromatic Colors of #CCCCAA
Black with #CCCCAA
Text Example
Text Example
White with #CCCCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCAA; }
p { color: rgb(204,204,170); }
H1.HeaderClassName
{
color: #CCCCAA;
}
.AnyTagClassName
{
color: #CCCCAA;
}
</style>
background-color css
<style>
a { background-color: #CCCCAA; }
a { background-color: rgb(204,204,170); }
div.DivClassName
{
background-color: #CCCCAA;
}
.BgClassName
{
background-color: #CCCCAA;
}
</style>
border-color css
<style>
span { border-color: #CCCCAA; }
span { border-color: rgb(204,204,170); }
td.TdClassName
{
border-color: #CCCCAA;
}
.TagClassName
{
border-color: #CCCCAA;
}
</style>