Shades of Orinoco #CCCEAA
Tints of Orinoco #CCCEAA
RGB
CMYK
RGB Variations
Color information
#CCCEAA (or 0xCCCEAA) is known color: Orinoco. HEX triplet: CC, CE and AA. RGB value is (204,206,170). Sum of RGB (Red+Green+Blue) = 204+206+170=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCEAA is #333155. Grayscale: #C9C9C9. Windows color (decimal): -3354966 or 11194060. OLE color: 11194060.
HSL color Cylindrical-coordinate representation of color #CCCEAA: hue angle of 63.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCCEAA is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 170 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.19 |
| HSL | 63.33º | 0.27% | 0.74% | - |
| HSV(B) | 63.33º | 0.17% | 0.81% | - |
| XYZ | 54.23 | 59.88 | 46.73 | - |
| YUV | 201.3 | 110.34 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 170 | 0.01 | 0 | 0.17 | 0.19 | 63.33 | 0.27 | 0.74 |
| Hex | CC | CE | AA | 1 | 0 | 11 | 13 | 3F | 1B | 4A |
| Octal | 314 | 316 | 252 | 1 | 0 | 21 | 23 | 77 | 33 | 112 |
| Binary | 11001100 | 11001110 | 10101010 | 1 | 0 | 10001 | 10011 | 111111 | 11011 | 1001010 |
Color Harmonies of #CCCEAA
Complementary color
Monochromatic Colors of #CCCEAA
Black with #CCCEAA
Text Example
Text Example
White with #CCCEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEAA; }
p { color: rgb(204,206,170); }
H1.HeaderClassName
{
color: #CCCEAA;
}
.AnyTagClassName
{
color: #CCCEAA;
}
</style>
background-color css
<style>
a { background-color: #CCCEAA; }
a { background-color: rgb(204,206,170); }
div.DivClassName
{
background-color: #CCCEAA;
}
.BgClassName
{
background-color: #CCCEAA;
}
</style>
border-color css
<style>
span { border-color: #CCCEAA; }
span { border-color: rgb(204,206,170); }
td.TdClassName
{
border-color: #CCCEAA;
}
.TagClassName
{
border-color: #CCCEAA;
}
</style>