Shades of Orinoco #CFCEAA
Tints of Orinoco #CFCEAA
RGB
CMYK
RGB Variations
Color information
#CFCEAA (or 0xCFCEAA) is known color: Orinoco. HEX triplet: CF, CE and AA. RGB value is (207,206,170). Sum of RGB (Red+Green+Blue) = 207+206+170=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 170 (66.80% from 255 or 29.16% from 583); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCEAA is #303155. Grayscale: #CACACA. Windows color (decimal): -3158358 or 11194063. OLE color: 11194063.
HSL color Cylindrical-coordinate representation of color #CFCEAA: hue angle of 58.38º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFCEAA is Cyan = 0, Magento = 0.00, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 170 | - |
| CMYK | 0 | 0.00 | 0.18 | 0.19 |
| HSL | 58.38º | 0.28% | 0.74% | - |
| HSV(B) | 58.38º | 0.18% | 0.81% | - |
| XYZ | 55.06 | 60.31 | 46.77 | - |
| YUV | 202.2 | 109.83 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 170 | 0 | 0.00 | 0.18 | 0.19 | 58.38 | 0.28 | 0.74 |
| Hex | CF | CE | AA | 0 | 0 | 12 | 13 | 3A | 1C | 4A |
| Octal | 317 | 316 | 252 | 0 | 0 | 22 | 23 | 72 | 34 | 112 |
| Binary | 11001111 | 11001110 | 10101010 | 0 | 0 | 10010 | 10011 | 111010 | 11100 | 1001010 |
Color Harmonies of #CFCEAA
Complementary color
Monochromatic Colors of #CFCEAA
Black with #CFCEAA
Text Example
Text Example
White with #CFCEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEAA; }
p { color: rgb(207,206,170); }
H1.HeaderClassName
{
color: #CFCEAA;
}
.AnyTagClassName
{
color: #CFCEAA;
}
</style>
background-color css
<style>
a { background-color: #CFCEAA; }
a { background-color: rgb(207,206,170); }
div.DivClassName
{
background-color: #CFCEAA;
}
.BgClassName
{
background-color: #CFCEAA;
}
</style>
border-color css
<style>
span { border-color: #CFCEAA; }
span { border-color: rgb(207,206,170); }
td.TdClassName
{
border-color: #CFCEAA;
}
.TagClassName
{
border-color: #CFCEAA;
}
</style>