Shades of Orinoco #CCCEA8
Tints of Orinoco #CCCEA8
RGB
CMYK
RGB Variations
Color information
#CCCEA8 (or 0xCCCEA8) is known color: Orinoco. HEX triplet: CC, CE and A8. RGB value is (204,206,168). Sum of RGB (Red+Green+Blue) = 204+206+168=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 168 (66.02% from 255 or 29.07% from 578); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCEA8 is #333157. Grayscale: #C9C9C9. Windows color (decimal): -3354968 or 11062988. OLE color: 11062988.
HSL color Cylindrical-coordinate representation of color #CCCEA8: hue angle of 63.16º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCCEA8 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 168 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.19 |
| HSL | 63.16º | 0.28% | 0.73% | - |
| HSV(B) | 63.16º | 0.18% | 0.81% | - |
| XYZ | 54.04 | 59.81 | 45.74 | - |
| YUV | 201.07 | 109.34 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 168 | 0.01 | 0 | 0.18 | 0.19 | 63.16 | 0.28 | 0.73 |
| Hex | CC | CE | A8 | 1 | 0 | 12 | 13 | 3F | 1C | 49 |
| Octal | 314 | 316 | 250 | 1 | 0 | 22 | 23 | 77 | 34 | 111 |
| Binary | 11001100 | 11001110 | 10101000 | 1 | 0 | 10010 | 10011 | 111111 | 11100 | 1001001 |
Color Harmonies of #CCCEA8
Complementary color
Monochromatic Colors of #CCCEA8
Black with #CCCEA8
Text Example
Text Example
White with #CCCEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEA8; }
p { color: rgb(204,206,168); }
H1.HeaderClassName
{
color: #CCCEA8;
}
.AnyTagClassName
{
color: #CCCEA8;
}
</style>
background-color css
<style>
a { background-color: #CCCEA8; }
a { background-color: rgb(204,206,168); }
div.DivClassName
{
background-color: #CCCEA8;
}
.BgClassName
{
background-color: #CCCEA8;
}
</style>
border-color css
<style>
span { border-color: #CCCEA8; }
span { border-color: rgb(204,206,168); }
td.TdClassName
{
border-color: #CCCEA8;
}
.TagClassName
{
border-color: #CCCEA8;
}
</style>