Shades of Orinoco #CCCEB4
Tints of Orinoco #CCCEB4
RGB
CMYK
RGB Variations
Color information
#CCCEB4 (or 0xCCCEB4) is known color: Orinoco. HEX triplet: CC, CE and B4. RGB value is (204,206,180). Sum of RGB (Red+Green+Blue) = 204+206+180=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 180 (70.70% from 255 or 30.51% from 590); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCEB4 is #33314B. Grayscale: #CACACA. Windows color (decimal): -3354956 or 11849420. OLE color: 11849420.
HSL color Cylindrical-coordinate representation of color #CCCEB4: hue angle of 64.62º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCCEB4 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 180 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.19 |
| HSL | 64.62º | 0.21% | 0.76% | - |
| HSV(B) | 64.62º | 0.13% | 0.81% | - |
| XYZ | 55.21 | 60.28 | 51.9 | - |
| YUV | 202.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 180 | 0.01 | 0 | 0.13 | 0.19 | 64.62 | 0.21 | 0.76 |
| Hex | CC | CE | B4 | 1 | 0 | D | 13 | 41 | 15 | 4C |
| Octal | 314 | 316 | 264 | 1 | 0 | 15 | 23 | 101 | 25 | 114 |
| Binary | 11001100 | 11001110 | 10110100 | 1 | 0 | 1101 | 10011 | 1000001 | 10101 | 1001100 |
Color Harmonies of #CCCEB4
Complementary color
Monochromatic Colors of #CCCEB4
Black with #CCCEB4
Text Example
Text Example
White with #CCCEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEB4; }
p { color: rgb(204,206,180); }
H1.HeaderClassName
{
color: #CCCEB4;
}
.AnyTagClassName
{
color: #CCCEB4;
}
</style>
background-color css
<style>
a { background-color: #CCCEB4; }
a { background-color: rgb(204,206,180); }
div.DivClassName
{
background-color: #CCCEB4;
}
.BgClassName
{
background-color: #CCCEB4;
}
</style>
border-color css
<style>
span { border-color: #CCCEB4; }
span { border-color: rgb(204,206,180); }
td.TdClassName
{
border-color: #CCCEB4;
}
.TagClassName
{
border-color: #CCCEB4;
}
</style>