Shades of Orinoco #CECFA8
Tints of Orinoco #CECFA8
RGB
CMYK
RGB Variations
Color information
#CECFA8 (or 0xCECFA8) is known color: Orinoco. HEX triplet: CE, CF and A8. RGB value is (206,207,168). Sum of RGB (Red+Green+Blue) = 206+207+168=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 168 (66.02% from 255 or 28.92% from 581); Max value from RGB is 207 - color contains mainly: green. Hex color #CECFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECFA8 is #313057. Grayscale: #CACACA. Windows color (decimal): -3223640 or 11063246. OLE color: 11063246.
HSL color Cylindrical-coordinate representation of color #CECFA8: hue angle of 61.54º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CECFA8 is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 168 | - |
| CMYK | 0.00 | 0 | 0.19 | 0.19 |
| HSL | 61.54º | 0.29% | 0.74% | - |
| HSV(B) | 61.54º | 0.19% | 0.81% | - |
| XYZ | 54.83 | 60.57 | 45.85 | - |
| YUV | 202.26 | 108.67 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 168 | 0.00 | 0 | 0.19 | 0.19 | 61.54 | 0.29 | 0.74 |
| Hex | CE | CF | A8 | 0 | 0 | 13 | 13 | 3E | 1D | 4A |
| Octal | 316 | 317 | 250 | 0 | 0 | 23 | 23 | 76 | 35 | 112 |
| Binary | 11001110 | 11001111 | 10101000 | 0 | 0 | 10011 | 10011 | 111110 | 11101 | 1001010 |
Color Harmonies of #CECFA8
Complementary color
Monochromatic Colors of #CECFA8
Black with #CECFA8
Text Example
Text Example
White with #CECFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFA8; }
p { color: rgb(206,207,168); }
H1.HeaderClassName
{
color: #CECFA8;
}
.AnyTagClassName
{
color: #CECFA8;
}
</style>
background-color css
<style>
a { background-color: #CECFA8; }
a { background-color: rgb(206,207,168); }
div.DivClassName
{
background-color: #CECFA8;
}
.BgClassName
{
background-color: #CECFA8;
}
</style>
border-color css
<style>
span { border-color: #CECFA8; }
span { border-color: rgb(206,207,168); }
td.TdClassName
{
border-color: #CECFA8;
}
.TagClassName
{
border-color: #CECFA8;
}
</style>