Shades of Orinoco #CED7AF
Tints of Orinoco #CED7AF
RGB
CMYK
RGB Variations
Color information
#CED7AF (or 0xCED7AF) is known color: Orinoco. HEX triplet: CE, D7 and AF. RGB value is (206,215,175). Sum of RGB (Red+Green+Blue) = 206+215+175=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 215 - color contains mainly: green. Hex color #CED7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED7AF is #312850. Grayscale: #CFCFCF. Windows color (decimal): -3221585 or 11524046. OLE color: 11524046.
HSL color Cylindrical-coordinate representation of color #CED7AF: hue angle of 73.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CED7AF is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 175 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.16 |
| HSL | 73.5º | 0.33% | 0.76% | - |
| HSV(B) | 73.5º | 0.19% | 0.84% | - |
| XYZ | 57.49 | 64.82 | 50.04 | - |
| YUV | 207.75 | 109.52 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 175 | 0.04 | 0 | 0.19 | 0.16 | 73.5 | 0.33 | 0.76 |
| Hex | CE | D7 | AF | 4 | 0 | 13 | 10 | 4A | 21 | 4C |
| Octal | 316 | 327 | 257 | 4 | 0 | 23 | 20 | 112 | 41 | 114 |
| Binary | 11001110 | 11010111 | 10101111 | 100 | 0 | 10011 | 10000 | 1001010 | 100001 | 1001100 |
Color Harmonies of #CED7AF
Complementary color
Monochromatic Colors of #CED7AF
Black with #CED7AF
Text Example
Text Example
White with #CED7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED7AF; }
p { color: rgb(206,215,175); }
H1.HeaderClassName
{
color: #CED7AF;
}
.AnyTagClassName
{
color: #CED7AF;
}
</style>
background-color css
<style>
a { background-color: #CED7AF; }
a { background-color: rgb(206,215,175); }
div.DivClassName
{
background-color: #CED7AF;
}
.BgClassName
{
background-color: #CED7AF;
}
</style>
border-color css
<style>
span { border-color: #CED7AF; }
span { border-color: rgb(206,215,175); }
td.TdClassName
{
border-color: #CED7AF;
}
.TagClassName
{
border-color: #CED7AF;
}
</style>