Shades of Orinoco #CECFB1
Tints of Orinoco #CECFB1
RGB
CMYK
RGB Variations
Color information
#CECFB1 (or 0xCECFB1) is known color: Orinoco. HEX triplet: CE, CF and B1. RGB value is (206,207,177). Sum of RGB (Red+Green+Blue) = 206+207+177=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 177 (69.53% from 255 or 30% from 590); Max value from RGB is 207 - color contains mainly: green. Hex color #CECFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECFB1 is #31304E. Grayscale: #CBCBCB. Windows color (decimal): -3223631 or 11653070. OLE color: 11653070.
HSL color Cylindrical-coordinate representation of color #CECFB1: hue angle of 62º degrees, saturation: 0.24, 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 #CECFB1 is Cyan = 0.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 177 | - |
| CMYK | 0.00 | 0 | 0.14 | 0.19 |
| HSL | 62º | 0.24% | 0.75% | - |
| HSV(B) | 62º | 0.14% | 0.81% | - |
| XYZ | 55.7 | 60.92 | 50.42 | - |
| YUV | 203.28 | 113.17 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 177 | 0.00 | 0 | 0.14 | 0.19 | 62 | 0.24 | 0.75 |
| Hex | CE | CF | B1 | 0 | 0 | E | 13 | 3E | 18 | 4B |
| Octal | 316 | 317 | 261 | 0 | 0 | 16 | 23 | 76 | 30 | 113 |
| Binary | 11001110 | 11001111 | 10110001 | 0 | 0 | 1110 | 10011 | 111110 | 11000 | 1001011 |
Color Harmonies of #CECFB1
Complementary color
Monochromatic Colors of #CECFB1
Black with #CECFB1
Text Example
Text Example
White with #CECFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFB1; }
p { color: rgb(206,207,177); }
H1.HeaderClassName
{
color: #CECFB1;
}
.AnyTagClassName
{
color: #CECFB1;
}
</style>
background-color css
<style>
a { background-color: #CECFB1; }
a { background-color: rgb(206,207,177); }
div.DivClassName
{
background-color: #CECFB1;
}
.BgClassName
{
background-color: #CECFB1;
}
</style>
border-color css
<style>
span { border-color: #CECFB1; }
span { border-color: rgb(206,207,177); }
td.TdClassName
{
border-color: #CECFB1;
}
.TagClassName
{
border-color: #CECFB1;
}
</style>