Shades of Orinoco #CCCEB8
Tints of Orinoco #CCCEB8
RGB
CMYK
RGB Variations
Color information
#CCCEB8 (or 0xCCCEB8) is known color: Orinoco. HEX triplet: CC, CE and B8. RGB value is (204,206,184). Sum of RGB (Red+Green+Blue) = 204+206+184=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 184 (72.27% from 255 or 30.98% from 594); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCEB8 is #333147. Grayscale: #CACACA. Windows color (decimal): -3354952 or 12111564. OLE color: 12111564.
HSL color Cylindrical-coordinate representation of color #CCCEB8: hue angle of 65.45º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCCEB8 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 184 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.19 |
| HSL | 65.45º | 0.18% | 0.76% | - |
| HSV(B) | 65.45º | 0.11% | 0.81% | - |
| XYZ | 55.62 | 60.44 | 54.08 | - |
| YUV | 202.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 184 | 0.01 | 0 | 0.11 | 0.19 | 65.45 | 0.18 | 0.76 |
| Hex | CC | CE | B8 | 1 | 0 | B | 13 | 41 | 12 | 4C |
| Octal | 314 | 316 | 270 | 1 | 0 | 13 | 23 | 101 | 22 | 114 |
| Binary | 11001100 | 11001110 | 10111000 | 1 | 0 | 1011 | 10011 | 1000001 | 10010 | 1001100 |
Color Harmonies of #CCCEB8
Complementary color
Monochromatic Colors of #CCCEB8
Black with #CCCEB8
Text Example
Text Example
White with #CCCEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEB8; }
p { color: rgb(204,206,184); }
H1.HeaderClassName
{
color: #CCCEB8;
}
.AnyTagClassName
{
color: #CCCEB8;
}
</style>
background-color css
<style>
a { background-color: #CCCEB8; }
a { background-color: rgb(204,206,184); }
div.DivClassName
{
background-color: #CCCEB8;
}
.BgClassName
{
background-color: #CCCEB8;
}
</style>
border-color css
<style>
span { border-color: #CCCEB8; }
span { border-color: rgb(204,206,184); }
td.TdClassName
{
border-color: #CCCEB8;
}
.TagClassName
{
border-color: #CCCEB8;
}
</style>