Shades of Orinoco #CECFB0
Tints of Orinoco #CECFB0
RGB
CMYK
RGB Variations
Color information
#CECFB0 (or 0xCECFB0) is known color: Orinoco. HEX triplet: CE, CF and B0. RGB value is (206,207,176). Sum of RGB (Red+Green+Blue) = 206+207+176=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 176 (69.14% from 255 or 29.88% from 589); Max value from RGB is 207 - color contains mainly: green. Hex color #CECFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECFB0 is #31304F. Grayscale: #CBCBCB. Windows color (decimal): -3223632 or 11587534. OLE color: 11587534.
HSL color Cylindrical-coordinate representation of color #CECFB0: hue angle of 61.94º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CECFB0 is Cyan = 0.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 176 | - |
| CMYK | 0.00 | 0 | 0.15 | 0.19 |
| HSL | 61.94º | 0.24% | 0.75% | - |
| HSV(B) | 61.94º | 0.15% | 0.81% | - |
| XYZ | 55.6 | 60.88 | 49.9 | - |
| YUV | 203.17 | 112.67 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 176 | 0.00 | 0 | 0.15 | 0.19 | 61.94 | 0.24 | 0.75 |
| Hex | CE | CF | B0 | 0 | 0 | F | 13 | 3E | 18 | 4B |
| Octal | 316 | 317 | 260 | 0 | 0 | 17 | 23 | 76 | 30 | 113 |
| Binary | 11001110 | 11001111 | 10110000 | 0 | 0 | 1111 | 10011 | 111110 | 11000 | 1001011 |
Color Harmonies of #CECFB0
Complementary color
Monochromatic Colors of #CECFB0
Black with #CECFB0
Text Example
Text Example
White with #CECFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFB0; }
p { color: rgb(206,207,176); }
H1.HeaderClassName
{
color: #CECFB0;
}
.AnyTagClassName
{
color: #CECFB0;
}
</style>
background-color css
<style>
a { background-color: #CECFB0; }
a { background-color: rgb(206,207,176); }
div.DivClassName
{
background-color: #CECFB0;
}
.BgClassName
{
background-color: #CECFB0;
}
</style>
border-color css
<style>
span { border-color: #CECFB0; }
span { border-color: rgb(206,207,176); }
td.TdClassName
{
border-color: #CECFB0;
}
.TagClassName
{
border-color: #CECFB0;
}
</style>