Shades of Orinoco #CFCEA3
Tints of Orinoco #CFCEA3
RGB
CMYK
RGB Variations
Color information
#CFCEA3 (or 0xCFCEA3) is known color: Orinoco. HEX triplet: CF, CE and A3. RGB value is (207,206,163). Sum of RGB (Red+Green+Blue) = 207+206+163=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 163 (64.06% from 255 or 28.30% from 576); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCEA3 is #30315C. Grayscale: #C9C9C9. Windows color (decimal): -3158365 or 10735311. OLE color: 10735311.
HSL color Cylindrical-coordinate representation of color #CFCEA3: hue angle of 58.64º 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 #CFCEA3 is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 163 | - |
| CMYK | 0 | 0.00 | 0.21 | 0.19 |
| HSL | 58.64º | 0.31% | 0.73% | - |
| HSV(B) | 58.64º | 0.21% | 0.81% | - |
| XYZ | 54.41 | 60.05 | 43.37 | - |
| YUV | 201.4 | 106.33 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 163 | 0 | 0.00 | 0.21 | 0.19 | 58.64 | 0.31 | 0.73 |
| Hex | CF | CE | A3 | 0 | 0 | 15 | 13 | 3B | 1F | 49 |
| Octal | 317 | 316 | 243 | 0 | 0 | 25 | 23 | 73 | 37 | 111 |
| Binary | 11001111 | 11001110 | 10100011 | 0 | 0 | 10101 | 10011 | 111011 | 11111 | 1001001 |
Color Harmonies of #CFCEA3
Complementary color
Monochromatic Colors of #CFCEA3
Black with #CFCEA3
Text Example
Text Example
White with #CFCEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEA3; }
p { color: rgb(207,206,163); }
H1.HeaderClassName
{
color: #CFCEA3;
}
.AnyTagClassName
{
color: #CFCEA3;
}
</style>
background-color css
<style>
a { background-color: #CFCEA3; }
a { background-color: rgb(207,206,163); }
div.DivClassName
{
background-color: #CFCEA3;
}
.BgClassName
{
background-color: #CFCEA3;
}
</style>
border-color css
<style>
span { border-color: #CFCEA3; }
span { border-color: rgb(207,206,163); }
td.TdClassName
{
border-color: #CFCEA3;
}
.TagClassName
{
border-color: #CFCEA3;
}
</style>