Shades of Feldspar #C89775
Tints of Feldspar #C89775
RGB
CMYK
RGB Variations
Color information
#C89775 (or 0xC89775) is known color: Feldspar. HEX triplet: C8, 97 and 75. RGB value is (200,151,117). Sum of RGB (Red+Green+Blue) = 200+151+117=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C89775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89775 is #37688A. Grayscale: #A1A1A1. Windows color (decimal): -3631243 or 7706568. OLE color: 7706568.
HSL color Cylindrical-coordinate representation of color #C89775: hue angle of 24.58º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C89775 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 151 | 117 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.22 |
| HSL | 24.58º | 0.43% | 0.62% | - |
| HSV(B) | 24.58º | 0.42% | 0.78% | - |
| XYZ | 38.1 | 35.7 | 21.71 | - |
| YUV | 161.78 | 102.73 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 117 | 0 | 0.24 | 0.42 | 0.22 | 24.58 | 0.43 | 0.62 |
| Hex | C8 | 97 | 75 | 0 | 18 | 2A | 16 | 19 | 2B | 3E |
| Octal | 310 | 227 | 165 | 0 | 30 | 52 | 26 | 31 | 53 | 76 |
| Binary | 11001000 | 10010111 | 1110101 | 0 | 11000 | 101010 | 10110 | 11001 | 101011 | 111110 |
Color Harmonies of #C89775
Complementary color
Monochromatic Colors of #C89775
Black with #C89775
Text Example
Text Example
White with #C89775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89775; }
p { color: rgb(200,151,117); }
H1.HeaderClassName
{
color: #C89775;
}
.AnyTagClassName
{
color: #C89775;
}
</style>
background-color css
<style>
a { background-color: #C89775; }
a { background-color: rgb(200,151,117); }
div.DivClassName
{
background-color: #C89775;
}
.BgClassName
{
background-color: #C89775;
}
</style>
border-color css
<style>
span { border-color: #C89775; }
span { border-color: rgb(200,151,117); }
td.TdClassName
{
border-color: #C89775;
}
.TagClassName
{
border-color: #C89775;
}
</style>