Shades of Orinoco #CED69C
Tints of Orinoco #CED69C
RGB
CMYK
RGB Variations
Color information
#CED69C (or 0xCED69C) is known color: Orinoco. HEX triplet: CE, D6 and 9C. RGB value is (206,214,156). Sum of RGB (Red+Green+Blue) = 206+214+156=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 156 (61.33% from 255 or 27.08% from 576); Max value from RGB is 214 - color contains mainly: green. Hex color #CED69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED69C is #312963. Grayscale: #CDCDCD. Windows color (decimal): -3221860 or 10278606. OLE color: 10278606.
HSL color Cylindrical-coordinate representation of color #CED69C: hue angle of 68.28º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CED69C is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 156 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.16 |
| HSL | 68.28º | 0.41% | 0.73% | - |
| HSV(B) | 68.28º | 0.27% | 0.84% | - |
| XYZ | 55.5 | 63.62 | 40.81 | - |
| YUV | 205 | 100.35 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 156 | 0.04 | 0 | 0.27 | 0.16 | 68.28 | 0.41 | 0.73 |
| Hex | CE | D6 | 9C | 4 | 0 | 1B | 10 | 44 | 29 | 49 |
| Octal | 316 | 326 | 234 | 4 | 0 | 33 | 20 | 104 | 51 | 111 |
| Binary | 11001110 | 11010110 | 10011100 | 100 | 0 | 11011 | 10000 | 1000100 | 101001 | 1001001 |
Color Harmonies of #CED69C
Complementary color
Monochromatic Colors of #CED69C
Black with #CED69C
Text Example
Text Example
White with #CED69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED69C; }
p { color: rgb(206,214,156); }
H1.HeaderClassName
{
color: #CED69C;
}
.AnyTagClassName
{
color: #CED69C;
}
</style>
background-color css
<style>
a { background-color: #CED69C; }
a { background-color: rgb(206,214,156); }
div.DivClassName
{
background-color: #CED69C;
}
.BgClassName
{
background-color: #CED69C;
}
</style>
border-color css
<style>
span { border-color: #CED69C; }
span { border-color: rgb(206,214,156); }
td.TdClassName
{
border-color: #CED69C;
}
.TagClassName
{
border-color: #CED69C;
}
</style>