Shades of Orinoco #CFCEAE
Tints of Orinoco #CFCEAE
RGB
CMYK
RGB Variations
Color information
#CFCEAE (or 0xCFCEAE) is known color: Orinoco. HEX triplet: CF, CE and AE. RGB value is (207,206,174). Sum of RGB (Red+Green+Blue) = 207+206+174=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCEAE is #303151. Grayscale: #CACACA. Windows color (decimal): -3158354 or 11456207. OLE color: 11456207.
HSL color Cylindrical-coordinate representation of color #CFCEAE: hue angle of 58.18º 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 #CFCEAE is Cyan = 0, Magento = 0.00, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 174 | - |
| CMYK | 0 | 0.00 | 0.16 | 0.19 |
| HSL | 58.18º | 0.26% | 0.75% | - |
| HSV(B) | 58.18º | 0.16% | 0.81% | - |
| XYZ | 55.44 | 60.46 | 48.79 | - |
| YUV | 202.65 | 111.83 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 174 | 0 | 0.00 | 0.16 | 0.19 | 58.18 | 0.26 | 0.75 |
| Hex | CF | CE | AE | 0 | 0 | 10 | 13 | 3A | 1A | 4B |
| Octal | 317 | 316 | 256 | 0 | 0 | 20 | 23 | 72 | 32 | 113 |
| Binary | 11001111 | 11001110 | 10101110 | 0 | 0 | 10000 | 10011 | 111010 | 11010 | 1001011 |
Color Harmonies of #CFCEAE
Complementary color
Monochromatic Colors of #CFCEAE
Black with #CFCEAE
Text Example
Text Example
White with #CFCEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEAE; }
p { color: rgb(207,206,174); }
H1.HeaderClassName
{
color: #CFCEAE;
}
.AnyTagClassName
{
color: #CFCEAE;
}
</style>
background-color css
<style>
a { background-color: #CFCEAE; }
a { background-color: rgb(207,206,174); }
div.DivClassName
{
background-color: #CFCEAE;
}
.BgClassName
{
background-color: #CFCEAE;
}
</style>
border-color css
<style>
span { border-color: #CFCEAE; }
span { border-color: rgb(207,206,174); }
td.TdClassName
{
border-color: #CFCEAE;
}
.TagClassName
{
border-color: #CFCEAE;
}
</style>