Shades of Orinoco #CCCEB2
Tints of Orinoco #CCCEB2
RGB
CMYK
RGB Variations
Color information
#CCCEB2 (or 0xCCCEB2) is known color: Orinoco. HEX triplet: CC, CE and B2. RGB value is (204,206,178). Sum of RGB (Red+Green+Blue) = 204+206+178=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 178 (69.92% from 255 or 30.27% from 588); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCEB2 is #33314D. Grayscale: #CACACA. Windows color (decimal): -3354958 or 11718348. OLE color: 11718348.
HSL color Cylindrical-coordinate representation of color #CCCEB2: hue angle of 64.29º degrees, saturation: 0.22, 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 #CCCEB2 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 178 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.19 |
| HSL | 64.29º | 0.22% | 0.75% | - |
| HSV(B) | 64.29º | 0.14% | 0.81% | - |
| XYZ | 55.01 | 60.19 | 50.84 | - |
| YUV | 202.21 | 114.34 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 178 | 0.01 | 0 | 0.14 | 0.19 | 64.29 | 0.22 | 0.75 |
| Hex | CC | CE | B2 | 1 | 0 | E | 13 | 40 | 16 | 4B |
| Octal | 314 | 316 | 262 | 1 | 0 | 16 | 23 | 100 | 26 | 113 |
| Binary | 11001100 | 11001110 | 10110010 | 1 | 0 | 1110 | 10011 | 1000000 | 10110 | 1001011 |
Color Harmonies of #CCCEB2
Complementary color
Monochromatic Colors of #CCCEB2
Black with #CCCEB2
Text Example
Text Example
White with #CCCEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEB2; }
p { color: rgb(204,206,178); }
H1.HeaderClassName
{
color: #CCCEB2;
}
.AnyTagClassName
{
color: #CCCEB2;
}
</style>
background-color css
<style>
a { background-color: #CCCEB2; }
a { background-color: rgb(204,206,178); }
div.DivClassName
{
background-color: #CCCEB2;
}
.BgClassName
{
background-color: #CCCEB2;
}
</style>
border-color css
<style>
span { border-color: #CCCEB2; }
span { border-color: rgb(204,206,178); }
td.TdClassName
{
border-color: #CCCEB2;
}
.TagClassName
{
border-color: #CCCEB2;
}
</style>