Shades of Orinoco #CECFA0
Tints of Orinoco #CECFA0
RGB
CMYK
RGB Variations
Color information
#CECFA0 (or 0xCECFA0) is known color: Orinoco. HEX triplet: CE, CF and A0. RGB value is (206,207,160). Sum of RGB (Red+Green+Blue) = 206+207+160=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 160 (62.89% from 255 or 27.92% from 573); Max value from RGB is 207 - color contains mainly: green. Hex color #CECFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECFA0 is #31305F. Grayscale: #C9C9C9. Windows color (decimal): -3223648 or 10538958. OLE color: 10538958.
HSL color Cylindrical-coordinate representation of color #CECFA0: hue angle of 61.28º 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 #CECFA0 is Cyan = 0.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 160 | - |
| CMYK | 0.00 | 0 | 0.23 | 0.19 |
| HSL | 61.28º | 0.33% | 0.72% | - |
| HSV(B) | 61.28º | 0.23% | 0.81% | - |
| XYZ | 54.11 | 60.29 | 42.04 | - |
| YUV | 201.34 | 104.67 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 160 | 0.00 | 0 | 0.23 | 0.19 | 61.28 | 0.33 | 0.72 |
| Hex | CE | CF | A0 | 0 | 0 | 17 | 13 | 3D | 21 | 48 |
| Octal | 316 | 317 | 240 | 0 | 0 | 27 | 23 | 75 | 41 | 110 |
| Binary | 11001110 | 11001111 | 10100000 | 0 | 0 | 10111 | 10011 | 111101 | 100001 | 1001000 |
Color Harmonies of #CECFA0
Complementary color
Monochromatic Colors of #CECFA0
Black with #CECFA0
Text Example
Text Example
White with #CECFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFA0; }
p { color: rgb(206,207,160); }
H1.HeaderClassName
{
color: #CECFA0;
}
.AnyTagClassName
{
color: #CECFA0;
}
</style>
background-color css
<style>
a { background-color: #CECFA0; }
a { background-color: rgb(206,207,160); }
div.DivClassName
{
background-color: #CECFA0;
}
.BgClassName
{
background-color: #CECFA0;
}
</style>
border-color css
<style>
span { border-color: #CECFA0; }
span { border-color: rgb(206,207,160); }
td.TdClassName
{
border-color: #CECFA0;
}
.TagClassName
{
border-color: #CECFA0;
}
</style>