Shades of Orinoco #CFCEA7
Tints of Orinoco #CFCEA7
RGB
CMYK
RGB Variations
Color information
#CFCEA7 (or 0xCFCEA7) is known color: Orinoco. HEX triplet: CF, CE and A7. RGB value is (207,206,167). Sum of RGB (Red+Green+Blue) = 207+206+167=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 167 (65.62% from 255 or 28.79% from 580); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCEA7 is #303158. Grayscale: #CACACA. Windows color (decimal): -3158361 or 10997455. OLE color: 10997455.
HSL color Cylindrical-coordinate representation of color #CFCEA7: hue angle of 58.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFCEA7 is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 167 | - |
| CMYK | 0 | 0.00 | 0.19 | 0.19 |
| HSL | 58.5º | 0.29% | 0.73% | - |
| HSV(B) | 58.5º | 0.19% | 0.81% | - |
| XYZ | 54.78 | 60.2 | 45.29 | - |
| YUV | 201.85 | 108.33 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 167 | 0 | 0.00 | 0.19 | 0.19 | 58.5 | 0.29 | 0.73 |
| Hex | CF | CE | A7 | 0 | 0 | 13 | 13 | 3A | 1D | 49 |
| Octal | 317 | 316 | 247 | 0 | 0 | 23 | 23 | 72 | 35 | 111 |
| Binary | 11001111 | 11001110 | 10100111 | 0 | 0 | 10011 | 10011 | 111010 | 11101 | 1001001 |
Color Harmonies of #CFCEA7
Complementary color
Monochromatic Colors of #CFCEA7
Black with #CFCEA7
Text Example
Text Example
White with #CFCEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEA7; }
p { color: rgb(207,206,167); }
H1.HeaderClassName
{
color: #CFCEA7;
}
.AnyTagClassName
{
color: #CFCEA7;
}
</style>
background-color css
<style>
a { background-color: #CFCEA7; }
a { background-color: rgb(207,206,167); }
div.DivClassName
{
background-color: #CFCEA7;
}
.BgClassName
{
background-color: #CFCEA7;
}
</style>
border-color css
<style>
span { border-color: #CFCEA7; }
span { border-color: rgb(207,206,167); }
td.TdClassName
{
border-color: #CFCEA7;
}
.TagClassName
{
border-color: #CFCEA7;
}
</style>