Shades of Orinoco #CECDAB
Tints of Orinoco #CECDAB
RGB
CMYK
RGB Variations
Color information
#CECDAB (or 0xCECDAB) is known color: Orinoco. HEX triplet: CE, CD and AB. RGB value is (206,205,171). Sum of RGB (Red+Green+Blue) = 206+205+171=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 171 (67.19% from 255 or 29.38% from 582); Max value from RGB is 206 - color contains mainly: red. Hex color #CECDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECDAB is #313254. Grayscale: #C9C9C9. Windows color (decimal): -3224149 or 11259342. OLE color: 11259342.
HSL color Cylindrical-coordinate representation of color #CECDAB: hue angle of 58.29º degrees, saturation: 0.26, 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 #CECDAB is Cyan = 0, Magento = 0.00, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 171 | - |
| CMYK | 0 | 0.00 | 0.17 | 0.19 |
| HSL | 58.29º | 0.26% | 0.74% | - |
| HSV(B) | 58.29º | 0.17% | 0.81% | - |
| XYZ | 54.64 | 59.72 | 47.18 | - |
| YUV | 201.42 | 110.83 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 171 | 0 | 0.00 | 0.17 | 0.19 | 58.29 | 0.26 | 0.74 |
| Hex | CE | CD | AB | 0 | 0 | 11 | 13 | 3A | 1A | 4A |
| Octal | 316 | 315 | 253 | 0 | 0 | 21 | 23 | 72 | 32 | 112 |
| Binary | 11001110 | 11001101 | 10101011 | 0 | 0 | 10001 | 10011 | 111010 | 11010 | 1001010 |
Color Harmonies of #CECDAB
Complementary color
Monochromatic Colors of #CECDAB
Black with #CECDAB
Text Example
Text Example
White with #CECDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDAB; }
p { color: rgb(206,205,171); }
H1.HeaderClassName
{
color: #CECDAB;
}
.AnyTagClassName
{
color: #CECDAB;
}
</style>
background-color css
<style>
a { background-color: #CECDAB; }
a { background-color: rgb(206,205,171); }
div.DivClassName
{
background-color: #CECDAB;
}
.BgClassName
{
background-color: #CECDAB;
}
</style>
border-color css
<style>
span { border-color: #CECDAB; }
span { border-color: rgb(206,205,171); }
td.TdClassName
{
border-color: #CECDAB;
}
.TagClassName
{
border-color: #CECDAB;
}
</style>