Shades of Orinoco #CECFA1
Tints of Orinoco #CECFA1
RGB
CMYK
RGB Variations
Color information
#CECFA1 (or 0xCECFA1) is known color: Orinoco. HEX triplet: CE, CF and A1. RGB value is (206,207,161). Sum of RGB (Red+Green+Blue) = 206+207+161=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 161 (63.28% from 255 or 28.05% from 574); Max value from RGB is 207 - color contains mainly: green. Hex color #CECFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECFA1 is #31305E. Grayscale: #C9C9C9. Windows color (decimal): -3223647 or 10604494. OLE color: 10604494.
HSL color Cylindrical-coordinate representation of color #CECFA1: hue angle of 61.3º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CECFA1 is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 161 | - |
| CMYK | 0.00 | 0 | 0.22 | 0.19 |
| HSL | 61.3º | 0.32% | 0.72% | - |
| HSV(B) | 61.3º | 0.22% | 0.81% | - |
| XYZ | 54.2 | 60.32 | 42.5 | - |
| YUV | 201.46 | 105.17 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 161 | 0.00 | 0 | 0.22 | 0.19 | 61.3 | 0.32 | 0.72 |
| Hex | CE | CF | A1 | 0 | 0 | 16 | 13 | 3D | 20 | 48 |
| Octal | 316 | 317 | 241 | 0 | 0 | 26 | 23 | 75 | 40 | 110 |
| Binary | 11001110 | 11001111 | 10100001 | 0 | 0 | 10110 | 10011 | 111101 | 100000 | 1001000 |
Color Harmonies of #CECFA1
Complementary color
Monochromatic Colors of #CECFA1
Black with #CECFA1
Text Example
Text Example
White with #CECFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFA1; }
p { color: rgb(206,207,161); }
H1.HeaderClassName
{
color: #CECFA1;
}
.AnyTagClassName
{
color: #CECFA1;
}
</style>
background-color css
<style>
a { background-color: #CECFA1; }
a { background-color: rgb(206,207,161); }
div.DivClassName
{
background-color: #CECFA1;
}
.BgClassName
{
background-color: #CECFA1;
}
</style>
border-color css
<style>
span { border-color: #CECFA1; }
span { border-color: rgb(206,207,161); }
td.TdClassName
{
border-color: #CECFA1;
}
.TagClassName
{
border-color: #CECFA1;
}
</style>