Shades of Orinoco #CCCCA4
Tints of Orinoco #CCCCA4
RGB
CMYK
RGB Variations
Color information
#CCCCA4 (or 0xCCCCA4) is known color: Orinoco. HEX triplet: CC, CC and A4. RGB value is (204,204,164). Sum of RGB (Red+Green+Blue) = 204+204+164=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 164 (64.45% from 255 or 28.67% from 572); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCCA4 is #33335B. Grayscale: #C7C7C7. Windows color (decimal): -3355484 or 10800332. OLE color: 10800332.
HSL color Cylindrical-coordinate representation of color #CCCCA4: hue angle of 60º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCCCA4 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 204 | 164 | - |
CMYK | 0 | 0 | 0.20 | 0.2 |
HSL | 60º | 0.28% | 0.72% | - |
HSV(B) | 60º | 0.2% | 0.8% | - |
XYZ | 53.2 | 58.7 | 43.65 | - |
YUV | 199.44 | 108 | 131.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 164 | 0 | 0 | 0.20 | 0.2 | 60 | 0.28 | 0.72 |
Hex | CC | CC | A4 | 0 | 0 | 14 | 14 | 3C | 1C | 48 |
Octal | 314 | 314 | 244 | 0 | 0 | 24 | 24 | 74 | 34 | 110 |
Binary | 11001100 | 11001100 | 10100100 | 0 | 0 | 10100 | 10100 | 111100 | 11100 | 1001000 |
Color Harmonies of #CCCCA4
Complementary color
Monochromatic Colors of #CCCCA4
Black with #CCCCA4
Text Example
Text Example
White with #CCCCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCA4; }
p { color: rgb(204,204,164); }
H1.HeaderClassName
{
color: #CCCCA4;
}
.AnyTagClassName
{
color: #CCCCA4;
}
</style>
background-color css
<style>
a { background-color: #CCCCA4; }
a { background-color: rgb(204,204,164); }
div.DivClassName
{
background-color: #CCCCA4;
}
.BgClassName
{
background-color: #CCCCA4;
}
</style>
border-color css
<style>
span { border-color: #CCCCA4; }
span { border-color: rgb(204,204,164); }
td.TdClassName
{
border-color: #CCCCA4;
}
.TagClassName
{
border-color: #CCCCA4;
}
</style>