Shades of Feldspar #CB9378
Tints of Feldspar #CB9378
RGB
CMYK
RGB Variations
Color information
#CB9378 (or 0xCB9378) is known color: Feldspar. HEX triplet: CB, 93 and 78. RGB value is (203,147,120). Sum of RGB (Red+Green+Blue) = 203+147+120=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9378 is #346C87. Grayscale: #A0A0A0. Windows color (decimal): -3435656 or 7902155. OLE color: 7902155.
HSL color Cylindrical-coordinate representation of color #CB9378: hue angle of 19.52º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB9378 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 147 | 120 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.20 |
| HSL | 19.52º | 0.44% | 0.63% | - |
| HSV(B) | 19.52º | 0.41% | 0.8% | - |
| XYZ | 38.45 | 34.92 | 22.48 | - |
| YUV | 160.67 | 105.05 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 120 | 0 | 0.28 | 0.41 | 0.20 | 19.52 | 0.44 | 0.63 |
| Hex | CB | 93 | 78 | 0 | 1C | 29 | 14 | 14 | 2C | 3F |
| Octal | 313 | 223 | 170 | 0 | 34 | 51 | 24 | 24 | 54 | 77 |
| Binary | 11001011 | 10010011 | 1111000 | 0 | 11100 | 101001 | 10100 | 10100 | 101100 | 111111 |
Color Harmonies of #CB9378
Complementary color
Monochromatic Colors of #CB9378
Black with #CB9378
Text Example
Text Example
White with #CB9378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9378; }
p { color: rgb(203,147,120); }
H1.HeaderClassName
{
color: #CB9378;
}
.AnyTagClassName
{
color: #CB9378;
}
</style>
background-color css
<style>
a { background-color: #CB9378; }
a { background-color: rgb(203,147,120); }
div.DivClassName
{
background-color: #CB9378;
}
.BgClassName
{
background-color: #CB9378;
}
</style>
border-color css
<style>
span { border-color: #CB9378; }
span { border-color: rgb(203,147,120); }
td.TdClassName
{
border-color: #CB9378;
}
.TagClassName
{
border-color: #CB9378;
}
</style>