Shades of Feldspar #CB937C
Tints of Feldspar #CB937C
RGB
CMYK
RGB Variations
Color information
#CB937C (or 0xCB937C) is known color: Feldspar. HEX triplet: CB, 93 and 7C. RGB value is (203,147,124). Sum of RGB (Red+Green+Blue) = 203+147+124=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CB937C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB937C is #346C83. Grayscale: #A1A1A1. Windows color (decimal): -3435652 or 8164299. OLE color: 8164299.
HSL color Cylindrical-coordinate representation of color #CB937C: hue angle of 17.47º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB937C is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 147 | 124 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.20 |
| HSL | 17.47º | 0.43% | 0.64% | - |
| HSV(B) | 17.47º | 0.39% | 0.8% | - |
| XYZ | 38.7 | 35.02 | 23.79 | - |
| YUV | 161.12 | 107.05 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 124 | 0 | 0.28 | 0.39 | 0.20 | 17.47 | 0.43 | 0.64 |
| Hex | CB | 93 | 7C | 0 | 1C | 27 | 14 | 11 | 2B | 40 |
| Octal | 313 | 223 | 174 | 0 | 34 | 47 | 24 | 21 | 53 | 100 |
| Binary | 11001011 | 10010011 | 1111100 | 0 | 11100 | 100111 | 10100 | 10001 | 101011 | 1000000 |
Color Harmonies of #CB937C
Complementary color
Monochromatic Colors of #CB937C
Black with #CB937C
Text Example
Text Example
White with #CB937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB937C; }
p { color: rgb(203,147,124); }
H1.HeaderClassName
{
color: #CB937C;
}
.AnyTagClassName
{
color: #CB937C;
}
</style>
background-color css
<style>
a { background-color: #CB937C; }
a { background-color: rgb(203,147,124); }
div.DivClassName
{
background-color: #CB937C;
}
.BgClassName
{
background-color: #CB937C;
}
</style>
border-color css
<style>
span { border-color: #CB937C; }
span { border-color: rgb(203,147,124); }
td.TdClassName
{
border-color: #CB937C;
}
.TagClassName
{
border-color: #CB937C;
}
</style>