Shades of Orinoco #CFCEA2
Tints of Orinoco #CFCEA2
RGB
CMYK
RGB Variations
Color information
#CFCEA2 (or 0xCFCEA2) is known color: Orinoco. HEX triplet: CF, CE and A2. RGB value is (207,206,162). Sum of RGB (Red+Green+Blue) = 207+206+162=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 162 (63.67% from 255 or 28.17% from 575); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCEA2 is #30315D. Grayscale: #C9C9C9. Windows color (decimal): -3158366 or 10669775. OLE color: 10669775.
HSL color Cylindrical-coordinate representation of color #CFCEA2: hue angle of 58.67º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFCEA2 is Cyan = 0, Magento = 0.00, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 162 | - |
| CMYK | 0 | 0.00 | 0.22 | 0.19 |
| HSL | 58.67º | 0.32% | 0.72% | - |
| HSV(B) | 58.67º | 0.22% | 0.81% | - |
| XYZ | 54.33 | 60.02 | 42.9 | - |
| YUV | 201.28 | 105.83 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 162 | 0 | 0.00 | 0.22 | 0.19 | 58.67 | 0.32 | 0.72 |
| Hex | CF | CE | A2 | 0 | 0 | 16 | 13 | 3B | 20 | 48 |
| Octal | 317 | 316 | 242 | 0 | 0 | 26 | 23 | 73 | 40 | 110 |
| Binary | 11001111 | 11001110 | 10100010 | 0 | 0 | 10110 | 10011 | 111011 | 100000 | 1001000 |
Color Harmonies of #CFCEA2
Complementary color
Monochromatic Colors of #CFCEA2
Black with #CFCEA2
Text Example
Text Example
White with #CFCEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEA2; }
p { color: rgb(207,206,162); }
H1.HeaderClassName
{
color: #CFCEA2;
}
.AnyTagClassName
{
color: #CFCEA2;
}
</style>
background-color css
<style>
a { background-color: #CFCEA2; }
a { background-color: rgb(207,206,162); }
div.DivClassName
{
background-color: #CFCEA2;
}
.BgClassName
{
background-color: #CFCEA2;
}
</style>
border-color css
<style>
span { border-color: #CFCEA2; }
span { border-color: rgb(207,206,162); }
td.TdClassName
{
border-color: #CFCEA2;
}
.TagClassName
{
border-color: #CFCEA2;
}
</style>