Shades of Orinoco #CCCEB5
Tints of Orinoco #CCCEB5
RGB
CMYK
RGB Variations
Color information
#CCCEB5 (or 0xCCCEB5) is known color: Orinoco. HEX triplet: CC, CE and B5. RGB value is (204,206,181). Sum of RGB (Red+Green+Blue) = 204+206+181=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 181 (71.09% from 255 or 30.63% from 591); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCEB5 is #33314A. Grayscale: #CACACA. Windows color (decimal): -3354955 or 11914956. OLE color: 11914956.
HSL color Cylindrical-coordinate representation of color #CCCEB5: hue angle of 64.8º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCCEB5 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 181 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.19 |
| HSL | 64.8º | 0.2% | 0.76% | - |
| HSV(B) | 64.8º | 0.12% | 0.81% | - |
| XYZ | 55.31 | 60.32 | 52.44 | - |
| YUV | 202.55 | 115.84 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 181 | 0.01 | 0 | 0.12 | 0.19 | 64.8 | 0.2 | 0.76 |
| Hex | CC | CE | B5 | 1 | 0 | C | 13 | 41 | 14 | 4C |
| Octal | 314 | 316 | 265 | 1 | 0 | 14 | 23 | 101 | 24 | 114 |
| Binary | 11001100 | 11001110 | 10110101 | 1 | 0 | 1100 | 10011 | 1000001 | 10100 | 1001100 |
Color Harmonies of #CCCEB5
Complementary color
Monochromatic Colors of #CCCEB5
Black with #CCCEB5
Text Example
Text Example
White with #CCCEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEB5; }
p { color: rgb(204,206,181); }
H1.HeaderClassName
{
color: #CCCEB5;
}
.AnyTagClassName
{
color: #CCCEB5;
}
</style>
background-color css
<style>
a { background-color: #CCCEB5; }
a { background-color: rgb(204,206,181); }
div.DivClassName
{
background-color: #CCCEB5;
}
.BgClassName
{
background-color: #CCCEB5;
}
</style>
border-color css
<style>
span { border-color: #CCCEB5; }
span { border-color: rgb(204,206,181); }
td.TdClassName
{
border-color: #CCCEB5;
}
.TagClassName
{
border-color: #CCCEB5;
}
</style>