Shades of Orinoco #CECDA8
Tints of Orinoco #CECDA8
RGB
CMYK
RGB Variations
Color information
#CECDA8 (or 0xCECDA8) is known color: Orinoco. HEX triplet: CE, CD and A8. RGB value is (206,205,168). Sum of RGB (Red+Green+Blue) = 206+205+168=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 168 (66.02% from 255 or 29.02% from 579); Max value from RGB is 206 - color contains mainly: red. Hex color #CECDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECDA8 is #313257. Grayscale: #C9C9C9. Windows color (decimal): -3224152 or 11062734. OLE color: 11062734.
HSL color Cylindrical-coordinate representation of color #CECDA8: hue angle of 58.42º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CECDA8 is Cyan = 0, Magento = 0.00, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 168 | - |
| CMYK | 0 | 0.00 | 0.18 | 0.19 |
| HSL | 58.42º | 0.28% | 0.73% | - |
| HSV(B) | 58.42º | 0.18% | 0.81% | - |
| XYZ | 54.35 | 59.61 | 45.69 | - |
| YUV | 201.08 | 109.33 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 168 | 0 | 0.00 | 0.18 | 0.19 | 58.42 | 0.28 | 0.73 |
| Hex | CE | CD | A8 | 0 | 0 | 12 | 13 | 3A | 1C | 49 |
| Octal | 316 | 315 | 250 | 0 | 0 | 22 | 23 | 72 | 34 | 111 |
| Binary | 11001110 | 11001101 | 10101000 | 0 | 0 | 10010 | 10011 | 111010 | 11100 | 1001001 |
Color Harmonies of #CECDA8
Complementary color
Monochromatic Colors of #CECDA8
Black with #CECDA8
Text Example
Text Example
White with #CECDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDA8; }
p { color: rgb(206,205,168); }
H1.HeaderClassName
{
color: #CECDA8;
}
.AnyTagClassName
{
color: #CECDA8;
}
</style>
background-color css
<style>
a { background-color: #CECDA8; }
a { background-color: rgb(206,205,168); }
div.DivClassName
{
background-color: #CECDA8;
}
.BgClassName
{
background-color: #CECDA8;
}
</style>
border-color css
<style>
span { border-color: #CECDA8; }
span { border-color: rgb(206,205,168); }
td.TdClassName
{
border-color: #CECDA8;
}
.TagClassName
{
border-color: #CECDA8;
}
</style>