Shades of Feldspar #C38970
Tints of Feldspar #C38970
RGB
CMYK
RGB Variations
Color information
#C38970 (or 0xC38970) is known color: Feldspar. HEX triplet: C3, 89 and 70. RGB value is (195,137,112). Sum of RGB (Red+Green+Blue) = 195+137+112=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C38970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38970 is #3C768F. Grayscale: #979797. Windows color (decimal): -3962512 or 7375299. OLE color: 7375299.
HSL color Cylindrical-coordinate representation of color #C38970: hue angle of 18.07º 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 #C38970 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 137 | 112 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.24 |
| HSL | 18.07º | 0.41% | 0.6% | - |
| HSV(B) | 18.07º | 0.43% | 0.76% | - |
| XYZ | 34.38 | 30.66 | 19.44 | - |
| YUV | 151.49 | 105.72 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 112 | 0 | 0.30 | 0.43 | 0.24 | 18.07 | 0.41 | 0.6 |
| Hex | C3 | 89 | 70 | 0 | 1E | 2B | 18 | 12 | 29 | 3C |
| Octal | 303 | 211 | 160 | 0 | 36 | 53 | 30 | 22 | 51 | 74 |
| Binary | 11000011 | 10001001 | 1110000 | 0 | 11110 | 101011 | 11000 | 10010 | 101001 | 111100 |
Color Harmonies of #C38970
Complementary color
Monochromatic Colors of #C38970
Black with #C38970
Text Example
Text Example
White with #C38970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38970; }
p { color: rgb(195,137,112); }
H1.HeaderClassName
{
color: #C38970;
}
.AnyTagClassName
{
color: #C38970;
}
</style>
background-color css
<style>
a { background-color: #C38970; }
a { background-color: rgb(195,137,112); }
div.DivClassName
{
background-color: #C38970;
}
.BgClassName
{
background-color: #C38970;
}
</style>
border-color css
<style>
span { border-color: #C38970; }
span { border-color: rgb(195,137,112); }
td.TdClassName
{
border-color: #C38970;
}
.TagClassName
{
border-color: #C38970;
}
</style>