Shades of Feldspar #C38870
Tints of Feldspar #C38870
RGB
CMYK
RGB Variations
Color information
#C38870 (or 0xC38870) is known color: Feldspar. HEX triplet: C3, 88 and 70. RGB value is (195,136,112). Sum of RGB (Red+Green+Blue) = 195+136+112=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C38870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38870 is #3C778F. Grayscale: #979797. Windows color (decimal): -3962768 or 7375043. OLE color: 7375043.
HSL color Cylindrical-coordinate representation of color #C38870: hue angle of 17.35º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C38870 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 136 | 112 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.24 |
| HSL | 17.35º | 0.41% | 0.6% | - |
| HSV(B) | 17.35º | 0.43% | 0.76% | - |
| XYZ | 34.23 | 30.38 | 19.39 | - |
| YUV | 150.91 | 106.05 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 112 | 0 | 0.30 | 0.43 | 0.24 | 17.35 | 0.41 | 0.6 |
| Hex | C3 | 88 | 70 | 0 | 1E | 2B | 18 | 11 | 29 | 3C |
| Octal | 303 | 210 | 160 | 0 | 36 | 53 | 30 | 21 | 51 | 74 |
| Binary | 11000011 | 10001000 | 1110000 | 0 | 11110 | 101011 | 11000 | 10001 | 101001 | 111100 |
Color Harmonies of #C38870
Complementary color
Monochromatic Colors of #C38870
Black with #C38870
Text Example
Text Example
White with #C38870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38870; }
p { color: rgb(195,136,112); }
H1.HeaderClassName
{
color: #C38870;
}
.AnyTagClassName
{
color: #C38870;
}
</style>
background-color css
<style>
a { background-color: #C38870; }
a { background-color: rgb(195,136,112); }
div.DivClassName
{
background-color: #C38870;
}
.BgClassName
{
background-color: #C38870;
}
</style>
border-color css
<style>
span { border-color: #C38870; }
span { border-color: rgb(195,136,112); }
td.TdClassName
{
border-color: #C38870;
}
.TagClassName
{
border-color: #C38870;
}
</style>