Shades of Orinoco #CFCFAE
Tints of Orinoco #CFCFAE
RGB
CMYK
RGB Variations
Color information
#CFCFAE (or 0xCFCFAE) is known color: Orinoco. HEX triplet: CF, CF and AE. RGB value is (207,207,174). Sum of RGB (Red+Green+Blue) = 207+207+174=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 174 (68.36% from 255 or 29.59% from 588); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCFAE is #303051. Grayscale: #CBCBCB. Windows color (decimal): -3158098 or 11456463. OLE color: 11456463.
HSL color Cylindrical-coordinate representation of color #CFCFAE: hue angle of 60º 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 #CFCFAE is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 207 | 174 | - |
| CMYK | 0 | 0 | 0.16 | 0.19 |
| HSL | 60º | 0.26% | 0.75% | - |
| HSV(B) | 60º | 0.16% | 0.81% | - |
| XYZ | 55.68 | 60.95 | 48.87 | - |
| YUV | 203.24 | 111.5 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 174 | 0 | 0 | 0.16 | 0.19 | 60 | 0.26 | 0.75 |
| Hex | CF | CF | AE | 0 | 0 | 10 | 13 | 3C | 1A | 4B |
| Octal | 317 | 317 | 256 | 0 | 0 | 20 | 23 | 74 | 32 | 113 |
| Binary | 11001111 | 11001111 | 10101110 | 0 | 0 | 10000 | 10011 | 111100 | 11010 | 1001011 |
Color Harmonies of #CFCFAE
Complementary color
Monochromatic Colors of #CFCFAE
Black with #CFCFAE
Text Example
Text Example
White with #CFCFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFAE; }
p { color: rgb(207,207,174); }
H1.HeaderClassName
{
color: #CFCFAE;
}
.AnyTagClassName
{
color: #CFCFAE;
}
</style>
background-color css
<style>
a { background-color: #CFCFAE; }
a { background-color: rgb(207,207,174); }
div.DivClassName
{
background-color: #CFCFAE;
}
.BgClassName
{
background-color: #CFCFAE;
}
</style>
border-color css
<style>
span { border-color: #CFCFAE; }
span { border-color: rgb(207,207,174); }
td.TdClassName
{
border-color: #CFCFAE;
}
.TagClassName
{
border-color: #CFCFAE;
}
</style>