Shades of Feldspar #CB926F
Tints of Feldspar #CB926F
RGB
CMYK
RGB Variations
Color information
#CB926F (or 0xCB926F) is known color: Feldspar. HEX triplet: CB, 92 and 6F. RGB value is (203,146,111). Sum of RGB (Red+Green+Blue) = 203+146+111=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CB926F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB926F is #346D90. Grayscale: #9F9F9F. Windows color (decimal): -3435921 or 7312075. OLE color: 7312075.
HSL color Cylindrical-coordinate representation of color #CB926F: hue angle of 22.83º 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 #CB926F is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 146 | 111 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.20 |
| HSL | 22.83º | 0.47% | 0.62% | - |
| HSV(B) | 22.83º | 0.45% | 0.8% | - |
| XYZ | 37.78 | 34.4 | 19.69 | - |
| YUV | 159.05 | 100.88 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 111 | 0 | 0.28 | 0.45 | 0.20 | 22.83 | 0.47 | 0.62 |
| Hex | CB | 92 | 6F | 0 | 1C | 2D | 14 | 17 | 2F | 3E |
| Octal | 313 | 222 | 157 | 0 | 34 | 55 | 24 | 27 | 57 | 76 |
| Binary | 11001011 | 10010010 | 1101111 | 0 | 11100 | 101101 | 10100 | 10111 | 101111 | 111110 |
Color Harmonies of #CB926F
Complementary color
Monochromatic Colors of #CB926F
Black with #CB926F
Text Example
Text Example
White with #CB926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB926F; }
p { color: rgb(203,146,111); }
H1.HeaderClassName
{
color: #CB926F;
}
.AnyTagClassName
{
color: #CB926F;
}
</style>
background-color css
<style>
a { background-color: #CB926F; }
a { background-color: rgb(203,146,111); }
div.DivClassName
{
background-color: #CB926F;
}
.BgClassName
{
background-color: #CB926F;
}
</style>
border-color css
<style>
span { border-color: #CB926F; }
span { border-color: rgb(203,146,111); }
td.TdClassName
{
border-color: #CB926F;
}
.TagClassName
{
border-color: #CB926F;
}
</style>