Shades of Orinoco #CFCEA4
Tints of Orinoco #CFCEA4
RGB
CMYK
RGB Variations
Color information
#CFCEA4 (or 0xCFCEA4) is known color: Orinoco. HEX triplet: CF, CE and A4. RGB value is (207,206,164). Sum of RGB (Red+Green+Blue) = 207+206+164=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 164 (64.45% from 255 or 28.42% from 577); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCEA4 is #30315B. Grayscale: #C9C9C9. Windows color (decimal): -3158364 or 10800847. OLE color: 10800847.
HSL color Cylindrical-coordinate representation of color #CFCEA4: hue angle of 58.6º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFCEA4 is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 164 | - |
| CMYK | 0 | 0.00 | 0.21 | 0.19 |
| HSL | 58.6º | 0.31% | 0.73% | - |
| HSV(B) | 58.6º | 0.21% | 0.81% | - |
| XYZ | 54.5 | 60.09 | 43.85 | - |
| YUV | 201.51 | 106.83 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 164 | 0 | 0.00 | 0.21 | 0.19 | 58.6 | 0.31 | 0.73 |
| Hex | CF | CE | A4 | 0 | 0 | 15 | 13 | 3B | 1F | 49 |
| Octal | 317 | 316 | 244 | 0 | 0 | 25 | 23 | 73 | 37 | 111 |
| Binary | 11001111 | 11001110 | 10100100 | 0 | 0 | 10101 | 10011 | 111011 | 11111 | 1001001 |
Color Harmonies of #CFCEA4
Complementary color
Monochromatic Colors of #CFCEA4
Black with #CFCEA4
Text Example
Text Example
White with #CFCEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEA4; }
p { color: rgb(207,206,164); }
H1.HeaderClassName
{
color: #CFCEA4;
}
.AnyTagClassName
{
color: #CFCEA4;
}
</style>
background-color css
<style>
a { background-color: #CFCEA4; }
a { background-color: rgb(207,206,164); }
div.DivClassName
{
background-color: #CFCEA4;
}
.BgClassName
{
background-color: #CFCEA4;
}
</style>
border-color css
<style>
span { border-color: #CFCEA4; }
span { border-color: rgb(207,206,164); }
td.TdClassName
{
border-color: #CFCEA4;
}
.TagClassName
{
border-color: #CFCEA4;
}
</style>