Shades of Feldspar #CB936F
Tints of Feldspar #CB936F
RGB
CMYK
RGB Variations
Color information
#CB936F (or 0xCB936F) is known color: Feldspar. HEX triplet: CB, 93 and 6F. RGB value is (203,147,111). Sum of RGB (Red+Green+Blue) = 203+147+111=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB936F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB936F is #346C90. Grayscale: #9F9F9F. Windows color (decimal): -3435665 or 7312331. OLE color: 7312331.
HSL color Cylindrical-coordinate representation of color #CB936F: hue angle of 23.48º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB936F is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 147 | 111 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.20 |
| HSL | 23.48º | 0.47% | 0.62% | - |
| HSV(B) | 23.48º | 0.45% | 0.8% | - |
| XYZ | 37.93 | 34.71 | 19.74 | - |
| YUV | 159.64 | 100.55 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 111 | 0 | 0.28 | 0.45 | 0.20 | 23.48 | 0.47 | 0.62 |
| Hex | CB | 93 | 6F | 0 | 1C | 2D | 14 | 17 | 2F | 3E |
| Octal | 313 | 223 | 157 | 0 | 34 | 55 | 24 | 27 | 57 | 76 |
| Binary | 11001011 | 10010011 | 1101111 | 0 | 11100 | 101101 | 10100 | 10111 | 101111 | 111110 |
Color Harmonies of #CB936F
Complementary color
Monochromatic Colors of #CB936F
Black with #CB936F
Text Example
Text Example
White with #CB936F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB936F; }
p { color: rgb(203,147,111); }
H1.HeaderClassName
{
color: #CB936F;
}
.AnyTagClassName
{
color: #CB936F;
}
</style>
background-color css
<style>
a { background-color: #CB936F; }
a { background-color: rgb(203,147,111); }
div.DivClassName
{
background-color: #CB936F;
}
.BgClassName
{
background-color: #CB936F;
}
</style>
border-color css
<style>
span { border-color: #CB936F; }
span { border-color: rgb(203,147,111); }
td.TdClassName
{
border-color: #CB936F;
}
.TagClassName
{
border-color: #CB936F;
}
</style>