Shades of Orinoco #CCCEB3
Tints of Orinoco #CCCEB3
RGB
CMYK
RGB Variations
Color information
#CCCEB3 (or 0xCCCEB3) is known color: Orinoco. HEX triplet: CC, CE and B3. RGB value is (204,206,179). Sum of RGB (Red+Green+Blue) = 204+206+179=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 179 (70.31% from 255 or 30.39% from 589); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCEB3 is #33314C. Grayscale: #CACACA. Windows color (decimal): -3354957 or 11783884. OLE color: 11783884.
HSL color Cylindrical-coordinate representation of color #CCCEB3: hue angle of 64.44º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCCEB3 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 179 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.19 |
| HSL | 64.44º | 0.22% | 0.75% | - |
| HSV(B) | 64.44º | 0.13% | 0.81% | - |
| XYZ | 55.11 | 60.23 | 51.37 | - |
| YUV | 202.32 | 114.84 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 179 | 0.01 | 0 | 0.13 | 0.19 | 64.44 | 0.22 | 0.75 |
| Hex | CC | CE | B3 | 1 | 0 | D | 13 | 40 | 16 | 4B |
| Octal | 314 | 316 | 263 | 1 | 0 | 15 | 23 | 100 | 26 | 113 |
| Binary | 11001100 | 11001110 | 10110011 | 1 | 0 | 1101 | 10011 | 1000000 | 10110 | 1001011 |
Color Harmonies of #CCCEB3
Complementary color
Monochromatic Colors of #CCCEB3
Black with #CCCEB3
Text Example
Text Example
White with #CCCEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEB3; }
p { color: rgb(204,206,179); }
H1.HeaderClassName
{
color: #CCCEB3;
}
.AnyTagClassName
{
color: #CCCEB3;
}
</style>
background-color css
<style>
a { background-color: #CCCEB3; }
a { background-color: rgb(204,206,179); }
div.DivClassName
{
background-color: #CCCEB3;
}
.BgClassName
{
background-color: #CCCEB3;
}
</style>
border-color css
<style>
span { border-color: #CCCEB3; }
span { border-color: rgb(204,206,179); }
td.TdClassName
{
border-color: #CCCEB3;
}
.TagClassName
{
border-color: #CCCEB3;
}
</style>