Shades of Feldspar #CB916D
Tints of Feldspar #CB916D
RGB
CMYK
RGB Variations
Color information
#CB916D (or 0xCB916D) is known color: Feldspar. HEX triplet: CB, 91 and 6D. RGB value is (203,145,109). Sum of RGB (Red+Green+Blue) = 203+145+109=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CB916D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB916D is #346E92. Grayscale: #9E9E9E. Windows color (decimal): -3436179 or 7180747. OLE color: 7180747.
HSL color Cylindrical-coordinate representation of color #CB916D: hue angle of 22.98º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB916D is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 145 | 109 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.20 |
| HSL | 22.98º | 0.47% | 0.61% | - |
| HSV(B) | 22.98º | 0.46% | 0.8% | - |
| XYZ | 37.51 | 34.05 | 19.06 | - |
| YUV | 158.24 | 100.22 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 109 | 0 | 0.29 | 0.46 | 0.20 | 22.98 | 0.47 | 0.61 |
| Hex | CB | 91 | 6D | 0 | 1D | 2E | 14 | 17 | 2F | 3D |
| Octal | 313 | 221 | 155 | 0 | 35 | 56 | 24 | 27 | 57 | 75 |
| Binary | 11001011 | 10010001 | 1101101 | 0 | 11101 | 101110 | 10100 | 10111 | 101111 | 111101 |
Color Harmonies of #CB916D
Complementary color
Monochromatic Colors of #CB916D
Black with #CB916D
Text Example
Text Example
White with #CB916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB916D; }
p { color: rgb(203,145,109); }
H1.HeaderClassName
{
color: #CB916D;
}
.AnyTagClassName
{
color: #CB916D;
}
</style>
background-color css
<style>
a { background-color: #CB916D; }
a { background-color: rgb(203,145,109); }
div.DivClassName
{
background-color: #CB916D;
}
.BgClassName
{
background-color: #CB916D;
}
</style>
border-color css
<style>
span { border-color: #CB916D; }
span { border-color: rgb(203,145,109); }
td.TdClassName
{
border-color: #CB916D;
}
.TagClassName
{
border-color: #CB916D;
}
</style>