Shades of Orinoco #CECF9F
Tints of Orinoco #CECF9F
RGB
CMYK
RGB Variations
Color information
#CECF9F (or 0xCECF9F) is known color: Orinoco. HEX triplet: CE, CF and 9F. RGB value is (206,207,159). Sum of RGB (Red+Green+Blue) = 206+207+159=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 159 (62.5% from 255 or 27.80% from 572); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECF9F is #313060. Grayscale: #C9C9C9. Windows color (decimal): -3223649 or 10473422. OLE color: 10473422.
HSL color Cylindrical-coordinate representation of color #CECF9F: hue angle of 61.25º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CECF9F is Cyan = 0.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 159 | - |
| CMYK | 0.00 | 0 | 0.23 | 0.19 |
| HSL | 61.25º | 0.33% | 0.72% | - |
| HSV(B) | 61.25º | 0.23% | 0.81% | - |
| XYZ | 54.02 | 60.25 | 41.58 | - |
| YUV | 201.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 159 | 0.00 | 0 | 0.23 | 0.19 | 61.25 | 0.33 | 0.72 |
| Hex | CE | CF | 9F | 0 | 0 | 17 | 13 | 3D | 21 | 48 |
| Octal | 316 | 317 | 237 | 0 | 0 | 27 | 23 | 75 | 41 | 110 |
| Binary | 11001110 | 11001111 | 10011111 | 0 | 0 | 10111 | 10011 | 111101 | 100001 | 1001000 |
Color Harmonies of #CECF9F
Complementary color
Monochromatic Colors of #CECF9F
Black with #CECF9F
Text Example
Text Example
White with #CECF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF9F; }
p { color: rgb(206,207,159); }
H1.HeaderClassName
{
color: #CECF9F;
}
.AnyTagClassName
{
color: #CECF9F;
}
</style>
background-color css
<style>
a { background-color: #CECF9F; }
a { background-color: rgb(206,207,159); }
div.DivClassName
{
background-color: #CECF9F;
}
.BgClassName
{
background-color: #CECF9F;
}
</style>
border-color css
<style>
span { border-color: #CECF9F; }
span { border-color: rgb(206,207,159); }
td.TdClassName
{
border-color: #CECF9F;
}
.TagClassName
{
border-color: #CECF9F;
}
</style>