Shades of Orinoco #CECFA2
Tints of Orinoco #CECFA2
RGB
CMYK
RGB Variations
Color information
#CECFA2 (or 0xCECFA2) is known color: Orinoco. HEX triplet: CE, CF and A2. RGB value is (206,207,162). Sum of RGB (Red+Green+Blue) = 206+207+162=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 162 (63.67% from 255 or 28.17% from 575); Max value from RGB is 207 - color contains mainly: green. Hex color #CECFA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECFA2 is #31305D. Grayscale: #C9C9C9. Windows color (decimal): -3223646 or 10670030. OLE color: 10670030.
HSL color Cylindrical-coordinate representation of color #CECFA2: hue angle of 61.33º 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 #CECFA2 is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 162 | - |
| CMYK | 0.00 | 0 | 0.22 | 0.19 |
| HSL | 61.33º | 0.32% | 0.72% | - |
| HSV(B) | 61.33º | 0.22% | 0.81% | - |
| XYZ | 54.29 | 60.36 | 42.97 | - |
| YUV | 201.57 | 105.67 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 162 | 0.00 | 0 | 0.22 | 0.19 | 61.33 | 0.32 | 0.72 |
| Hex | CE | CF | A2 | 0 | 0 | 16 | 13 | 3D | 20 | 48 |
| Octal | 316 | 317 | 242 | 0 | 0 | 26 | 23 | 75 | 40 | 110 |
| Binary | 11001110 | 11001111 | 10100010 | 0 | 0 | 10110 | 10011 | 111101 | 100000 | 1001000 |
Color Harmonies of #CECFA2
Complementary color
Monochromatic Colors of #CECFA2
Black with #CECFA2
Text Example
Text Example
White with #CECFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFA2; }
p { color: rgb(206,207,162); }
H1.HeaderClassName
{
color: #CECFA2;
}
.AnyTagClassName
{
color: #CECFA2;
}
</style>
background-color css
<style>
a { background-color: #CECFA2; }
a { background-color: rgb(206,207,162); }
div.DivClassName
{
background-color: #CECFA2;
}
.BgClassName
{
background-color: #CECFA2;
}
</style>
border-color css
<style>
span { border-color: #CECFA2; }
span { border-color: rgb(206,207,162); }
td.TdClassName
{
border-color: #CECFA2;
}
.TagClassName
{
border-color: #CECFA2;
}
</style>