Shades of Feldspar #C38F7A
Tints of Feldspar #C38F7A
RGB
CMYK
RGB Variations
Color information
#C38F7A (or 0xC38F7A) is known color: Feldspar. HEX triplet: C3, 8F and 7A. RGB value is (195,143,122). Sum of RGB (Red+Green+Blue) = 195+143+122=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38F7A is #3C7085. Grayscale: #9C9C9C. Windows color (decimal): -3960966 or 8032195. OLE color: 8032195.
HSL color Cylindrical-coordinate representation of color #C38F7A: hue angle of 17.26º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C38F7A is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 143 | 122 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.24 |
| HSL | 17.26º | 0.38% | 0.62% | - |
| HSV(B) | 17.26º | 0.37% | 0.76% | - |
| XYZ | 35.84 | 32.65 | 22.83 | - |
| YUV | 156.15 | 108.73 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 122 | 0 | 0.27 | 0.37 | 0.24 | 17.26 | 0.38 | 0.62 |
| Hex | C3 | 8F | 7A | 0 | 1B | 25 | 18 | 11 | 26 | 3E |
| Octal | 303 | 217 | 172 | 0 | 33 | 45 | 30 | 21 | 46 | 76 |
| Binary | 11000011 | 10001111 | 1111010 | 0 | 11011 | 100101 | 11000 | 10001 | 100110 | 111110 |
Color Harmonies of #C38F7A
Complementary color
Monochromatic Colors of #C38F7A
Black with #C38F7A
Text Example
Text Example
White with #C38F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38F7A; }
p { color: rgb(195,143,122); }
H1.HeaderClassName
{
color: #C38F7A;
}
.AnyTagClassName
{
color: #C38F7A;
}
</style>
background-color css
<style>
a { background-color: #C38F7A; }
a { background-color: rgb(195,143,122); }
div.DivClassName
{
background-color: #C38F7A;
}
.BgClassName
{
background-color: #C38F7A;
}
</style>
border-color css
<style>
span { border-color: #C38F7A; }
span { border-color: rgb(195,143,122); }
td.TdClassName
{
border-color: #C38F7A;
}
.TagClassName
{
border-color: #C38F7A;
}
</style>