Shades of Orinoco #CECFAC
Tints of Orinoco #CECFAC
RGB
CMYK
RGB Variations
Color information
#CECFAC (or 0xCECFAC) is known color: Orinoco. HEX triplet: CE, CF and AC. RGB value is (206,207,172). Sum of RGB (Red+Green+Blue) = 206+207+172=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 207 - color contains mainly: green. Hex color #CECFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECFAC is #313053. Grayscale: #CACACA. Windows color (decimal): -3223636 or 11325390. OLE color: 11325390.
HSL color Cylindrical-coordinate representation of color #CECFAC: hue angle of 61.71º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CECFAC is Cyan = 0.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 172 | - |
| CMYK | 0.00 | 0 | 0.17 | 0.19 |
| HSL | 61.71º | 0.27% | 0.74% | - |
| HSV(B) | 61.71º | 0.17% | 0.81% | - |
| XYZ | 55.21 | 60.73 | 47.84 | - |
| YUV | 202.71 | 110.67 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 172 | 0.00 | 0 | 0.17 | 0.19 | 61.71 | 0.27 | 0.74 |
| Hex | CE | CF | AC | 0 | 0 | 11 | 13 | 3E | 1B | 4A |
| Octal | 316 | 317 | 254 | 0 | 0 | 21 | 23 | 76 | 33 | 112 |
| Binary | 11001110 | 11001111 | 10101100 | 0 | 0 | 10001 | 10011 | 111110 | 11011 | 1001010 |
Color Harmonies of #CECFAC
Complementary color
Monochromatic Colors of #CECFAC
Black with #CECFAC
Text Example
Text Example
White with #CECFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFAC; }
p { color: rgb(206,207,172); }
H1.HeaderClassName
{
color: #CECFAC;
}
.AnyTagClassName
{
color: #CECFAC;
}
</style>
background-color css
<style>
a { background-color: #CECFAC; }
a { background-color: rgb(206,207,172); }
div.DivClassName
{
background-color: #CECFAC;
}
.BgClassName
{
background-color: #CECFAC;
}
</style>
border-color css
<style>
span { border-color: #CECFAC; }
span { border-color: rgb(206,207,172); }
td.TdClassName
{
border-color: #CECFAC;
}
.TagClassName
{
border-color: #CECFAC;
}
</style>