Shades of Orinoco #CCCEB1
Tints of Orinoco #CCCEB1
RGB
CMYK
RGB Variations
Color information
#CCCEB1 (or 0xCCCEB1) is known color: Orinoco. HEX triplet: CC, CE and B1. RGB value is (204,206,177). Sum of RGB (Red+Green+Blue) = 204+206+177=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 177 (69.53% from 255 or 30.15% from 587); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCEB1 is #33314E. Grayscale: #CACACA. Windows color (decimal): -3354959 or 11652812. OLE color: 11652812.
HSL color Cylindrical-coordinate representation of color #CCCEB1: hue angle of 64.14º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCCEB1 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 177 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.19 |
| HSL | 64.14º | 0.23% | 0.75% | - |
| HSV(B) | 64.14º | 0.14% | 0.81% | - |
| XYZ | 54.91 | 60.15 | 50.31 | - |
| YUV | 202.1 | 113.84 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 177 | 0.01 | 0 | 0.14 | 0.19 | 64.14 | 0.23 | 0.75 |
| Hex | CC | CE | B1 | 1 | 0 | E | 13 | 40 | 17 | 4B |
| Octal | 314 | 316 | 261 | 1 | 0 | 16 | 23 | 100 | 27 | 113 |
| Binary | 11001100 | 11001110 | 10110001 | 1 | 0 | 1110 | 10011 | 1000000 | 10111 | 1001011 |
Color Harmonies of #CCCEB1
Complementary color
Monochromatic Colors of #CCCEB1
Black with #CCCEB1
Text Example
Text Example
White with #CCCEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEB1; }
p { color: rgb(204,206,177); }
H1.HeaderClassName
{
color: #CCCEB1;
}
.AnyTagClassName
{
color: #CCCEB1;
}
</style>
background-color css
<style>
a { background-color: #CCCEB1; }
a { background-color: rgb(204,206,177); }
div.DivClassName
{
background-color: #CCCEB1;
}
.BgClassName
{
background-color: #CCCEB1;
}
</style>
border-color css
<style>
span { border-color: #CCCEB1; }
span { border-color: rgb(204,206,177); }
td.TdClassName
{
border-color: #CCCEB1;
}
.TagClassName
{
border-color: #CCCEB1;
}
</style>