Shades of Feldspar #CB8574
Tints of Feldspar #CB8574
RGB
CMYK
RGB Variations
Color information
#CB8574 (or 0xCB8574) is known color: Feldspar. HEX triplet: CB, 85 and 74. RGB value is (203,133,116). Sum of RGB (Red+Green+Blue) = 203+133+116=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8574 is #347A8B. Grayscale: #989898. Windows color (decimal): -3439244 or 7636427. OLE color: 7636427.
HSL color Cylindrical-coordinate representation of color #CB8574: hue angle of 11.72º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB8574 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 116 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.20 |
| HSL | 11.72º | 0.46% | 0.63% | - |
| HSV(B) | 11.72º | 0.43% | 0.8% | - |
| XYZ | 36.17 | 30.73 | 20.55 | - |
| YUV | 151.99 | 107.69 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 116 | 0 | 0.34 | 0.43 | 0.20 | 11.72 | 0.46 | 0.63 |
| Hex | CB | 85 | 74 | 0 | 22 | 2B | 14 | C | 2E | 3F |
| Octal | 313 | 205 | 164 | 0 | 42 | 53 | 24 | 14 | 56 | 77 |
| Binary | 11001011 | 10000101 | 1110100 | 0 | 100010 | 101011 | 10100 | 1100 | 101110 | 111111 |
Color Harmonies of #CB8574
Complementary color
Monochromatic Colors of #CB8574
Black with #CB8574
Text Example
Text Example
White with #CB8574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8574; }
p { color: rgb(203,133,116); }
H1.HeaderClassName
{
color: #CB8574;
}
.AnyTagClassName
{
color: #CB8574;
}
</style>
background-color css
<style>
a { background-color: #CB8574; }
a { background-color: rgb(203,133,116); }
div.DivClassName
{
background-color: #CB8574;
}
.BgClassName
{
background-color: #CB8574;
}
</style>
border-color css
<style>
span { border-color: #CB8574; }
span { border-color: rgb(203,133,116); }
td.TdClassName
{
border-color: #CB8574;
}
.TagClassName
{
border-color: #CB8574;
}
</style>