Shades of Orinoco #CCCCAB
Tints of Orinoco #CCCCAB
RGB
CMYK
RGB Variations
Color information
#CCCCAB (or 0xCCCCAB) is known color: Orinoco. HEX triplet: CC, CC and AB. RGB value is (204,204,171). Sum of RGB (Red+Green+Blue) = 204+204+171=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCCAB is #333354. Grayscale: #C8C8C8. Windows color (decimal): -3355477 or 11259084. OLE color: 11259084.
HSL color Cylindrical-coordinate representation of color #CCCCAB: 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 #CCCCAB is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 204 | 171 | - |
CMYK | 0 | 0 | 0.16 | 0.2 |
HSL | 60º | 0.24% | 0.74% | - |
HSV(B) | 60º | 0.16% | 0.8% | - |
XYZ | 53.85 | 58.96 | 47.07 | - |
YUV | 200.24 | 111.5 | 130.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 171 | 0 | 0 | 0.16 | 0.2 | 60 | 0.24 | 0.74 |
Hex | CC | CC | AB | 0 | 0 | 10 | 14 | 3C | 18 | 4A |
Octal | 314 | 314 | 253 | 0 | 0 | 20 | 24 | 74 | 30 | 112 |
Binary | 11001100 | 11001100 | 10101011 | 0 | 0 | 10000 | 10100 | 111100 | 11000 | 1001010 |
Color Harmonies of #CCCCAB
Complementary color
Monochromatic Colors of #CCCCAB
Black with #CCCCAB
Text Example
Text Example
White with #CCCCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCAB; }
p { color: rgb(204,204,171); }
H1.HeaderClassName
{
color: #CCCCAB;
}
.AnyTagClassName
{
color: #CCCCAB;
}
</style>
background-color css
<style>
a { background-color: #CCCCAB; }
a { background-color: rgb(204,204,171); }
div.DivClassName
{
background-color: #CCCCAB;
}
.BgClassName
{
background-color: #CCCCAB;
}
</style>
border-color css
<style>
span { border-color: #CCCCAB; }
span { border-color: rgb(204,204,171); }
td.TdClassName
{
border-color: #CCCCAB;
}
.TagClassName
{
border-color: #CCCCAB;
}
</style>