Shades of Feldspar #CE8A70
Tints of Feldspar #CE8A70
RGB
CMYK
RGB Variations
Color information
#CE8A70 (or 0xCE8A70) is known color: Feldspar. HEX triplet: CE, 8A and 70. RGB value is (206,138,112). Sum of RGB (Red+Green+Blue) = 206+138+112=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8A70 is #31758F. Grayscale: #9B9B9B. Windows color (decimal): -3241360 or 7375566. OLE color: 7375566.
HSL color Cylindrical-coordinate representation of color #CE8A70: hue angle of 16.6º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE8A70 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 138 | 112 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.19 |
| HSL | 16.6º | 0.49% | 0.62% | - |
| HSV(B) | 16.6º | 0.46% | 0.81% | - |
| XYZ | 37.47 | 32.47 | 19.62 | - |
| YUV | 155.37 | 103.53 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 112 | 0 | 0.33 | 0.46 | 0.19 | 16.6 | 0.49 | 0.62 |
| Hex | CE | 8A | 70 | 0 | 21 | 2E | 13 | 11 | 31 | 3E |
| Octal | 316 | 212 | 160 | 0 | 41 | 56 | 23 | 21 | 61 | 76 |
| Binary | 11001110 | 10001010 | 1110000 | 0 | 100001 | 101110 | 10011 | 10001 | 110001 | 111110 |
Color Harmonies of #CE8A70
Complementary color
Monochromatic Colors of #CE8A70
Black with #CE8A70
Text Example
Text Example
White with #CE8A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8A70; }
p { color: rgb(206,138,112); }
H1.HeaderClassName
{
color: #CE8A70;
}
.AnyTagClassName
{
color: #CE8A70;
}
</style>
background-color css
<style>
a { background-color: #CE8A70; }
a { background-color: rgb(206,138,112); }
div.DivClassName
{
background-color: #CE8A70;
}
.BgClassName
{
background-color: #CE8A70;
}
</style>
border-color css
<style>
span { border-color: #CE8A70; }
span { border-color: rgb(206,138,112); }
td.TdClassName
{
border-color: #CE8A70;
}
.TagClassName
{
border-color: #CE8A70;
}
</style>