Shades of Orinoco #CFCEAD
Tints of Orinoco #CFCEAD
RGB
CMYK
RGB Variations
Color information
#CFCEAD (or 0xCFCEAD) is known color: Orinoco. HEX triplet: CF, CE and AD. RGB value is (207,206,173). Sum of RGB (Red+Green+Blue) = 207+206+173=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCEAD is #303152. Grayscale: #CACACA. Windows color (decimal): -3158355 or 11390671. OLE color: 11390671.
HSL color Cylindrical-coordinate representation of color #CFCEAD: hue angle of 58.24º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFCEAD is Cyan = 0, Magento = 0.00, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 173 | - |
| CMYK | 0 | 0.00 | 0.16 | 0.19 |
| HSL | 58.24º | 0.26% | 0.75% | - |
| HSV(B) | 58.24º | 0.16% | 0.81% | - |
| XYZ | 55.35 | 60.43 | 48.28 | - |
| YUV | 202.54 | 111.33 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 173 | 0 | 0.00 | 0.16 | 0.19 | 58.24 | 0.26 | 0.75 |
| Hex | CF | CE | AD | 0 | 0 | 10 | 13 | 3A | 1A | 4B |
| Octal | 317 | 316 | 255 | 0 | 0 | 20 | 23 | 72 | 32 | 113 |
| Binary | 11001111 | 11001110 | 10101101 | 0 | 0 | 10000 | 10011 | 111010 | 11010 | 1001011 |
Color Harmonies of #CFCEAD
Complementary color
Monochromatic Colors of #CFCEAD
Black with #CFCEAD
Text Example
Text Example
White with #CFCEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEAD; }
p { color: rgb(207,206,173); }
H1.HeaderClassName
{
color: #CFCEAD;
}
.AnyTagClassName
{
color: #CFCEAD;
}
</style>
background-color css
<style>
a { background-color: #CFCEAD; }
a { background-color: rgb(207,206,173); }
div.DivClassName
{
background-color: #CFCEAD;
}
.BgClassName
{
background-color: #CFCEAD;
}
</style>
border-color css
<style>
span { border-color: #CFCEAD; }
span { border-color: rgb(207,206,173); }
td.TdClassName
{
border-color: #CFCEAD;
}
.TagClassName
{
border-color: #CFCEAD;
}
</style>