Shades of Orinoco #CECDA9
Tints of Orinoco #CECDA9
RGB
CMYK
RGB Variations
Color information
#CECDA9 (or 0xCECDA9) is known color: Orinoco. HEX triplet: CE, CD and A9. RGB value is (206,205,169). Sum of RGB (Red+Green+Blue) = 206+205+169=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 169 (66.41% from 255 or 29.14% from 580); Max value from RGB is 206 - color contains mainly: red. Hex color #CECDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECDA9 is #313256. Grayscale: #C9C9C9. Windows color (decimal): -3224151 or 11128270. OLE color: 11128270.
HSL color Cylindrical-coordinate representation of color #CECDA9: hue angle of 58.38º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CECDA9 is Cyan = 0, Magento = 0.00, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 169 | - |
| CMYK | 0 | 0.00 | 0.18 | 0.19 |
| HSL | 58.38º | 0.27% | 0.74% | - |
| HSV(B) | 58.38º | 0.18% | 0.81% | - |
| XYZ | 54.45 | 59.65 | 46.18 | - |
| YUV | 201.2 | 109.83 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 169 | 0 | 0.00 | 0.18 | 0.19 | 58.38 | 0.27 | 0.74 |
| Hex | CE | CD | A9 | 0 | 0 | 12 | 13 | 3A | 1B | 4A |
| Octal | 316 | 315 | 251 | 0 | 0 | 22 | 23 | 72 | 33 | 112 |
| Binary | 11001110 | 11001101 | 10101001 | 0 | 0 | 10010 | 10011 | 111010 | 11011 | 1001010 |
Color Harmonies of #CECDA9
Complementary color
Monochromatic Colors of #CECDA9
Black with #CECDA9
Text Example
Text Example
White with #CECDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDA9; }
p { color: rgb(206,205,169); }
H1.HeaderClassName
{
color: #CECDA9;
}
.AnyTagClassName
{
color: #CECDA9;
}
</style>
background-color css
<style>
a { background-color: #CECDA9; }
a { background-color: rgb(206,205,169); }
div.DivClassName
{
background-color: #CECDA9;
}
.BgClassName
{
background-color: #CECDA9;
}
</style>
border-color css
<style>
span { border-color: #CECDA9; }
span { border-color: rgb(206,205,169); }
td.TdClassName
{
border-color: #CECDA9;
}
.TagClassName
{
border-color: #CECDA9;
}
</style>