Shades of Orinoco #CFCEA6
Tints of Orinoco #CFCEA6
RGB
CMYK
RGB Variations
Color information
#CFCEA6 (or 0xCFCEA6) is known color: Orinoco. HEX triplet: CF, CE and A6. RGB value is (207,206,166). Sum of RGB (Red+Green+Blue) = 207+206+166=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 166 (65.23% from 255 or 28.67% from 579); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCEA6 is #303159. Grayscale: #C9C9C9. Windows color (decimal): -3158362 or 10931919. OLE color: 10931919.
HSL color Cylindrical-coordinate representation of color #CFCEA6: hue angle of 58.54º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFCEA6 is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 166 | - |
| CMYK | 0 | 0.00 | 0.20 | 0.19 |
| HSL | 58.54º | 0.3% | 0.73% | - |
| HSV(B) | 58.54º | 0.2% | 0.81% | - |
| XYZ | 54.69 | 60.16 | 44.81 | - |
| YUV | 201.74 | 107.83 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 166 | 0 | 0.00 | 0.20 | 0.19 | 58.54 | 0.3 | 0.73 |
| Hex | CF | CE | A6 | 0 | 0 | 14 | 13 | 3B | 1E | 49 |
| Octal | 317 | 316 | 246 | 0 | 0 | 24 | 23 | 73 | 36 | 111 |
| Binary | 11001111 | 11001110 | 10100110 | 0 | 0 | 10100 | 10011 | 111011 | 11110 | 1001001 |
Color Harmonies of #CFCEA6
Complementary color
Monochromatic Colors of #CFCEA6
Black with #CFCEA6
Text Example
Text Example
White with #CFCEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEA6; }
p { color: rgb(207,206,166); }
H1.HeaderClassName
{
color: #CFCEA6;
}
.AnyTagClassName
{
color: #CFCEA6;
}
</style>
background-color css
<style>
a { background-color: #CFCEA6; }
a { background-color: rgb(207,206,166); }
div.DivClassName
{
background-color: #CFCEA6;
}
.BgClassName
{
background-color: #CFCEA6;
}
</style>
border-color css
<style>
span { border-color: #CFCEA6; }
span { border-color: rgb(207,206,166); }
td.TdClassName
{
border-color: #CFCEA6;
}
.TagClassName
{
border-color: #CFCEA6;
}
</style>