Shades of Feldspar #CB8B73
Tints of Feldspar #CB8B73
RGB
CMYK
RGB Variations
Color information
#CB8B73 (or 0xCB8B73) is known color: Feldspar. HEX triplet: CB, 8B and 73. RGB value is (203,139,115). Sum of RGB (Red+Green+Blue) = 203+139+115=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8B73 is #34748C. Grayscale: #9B9B9B. Windows color (decimal): -3437709 or 7572427. OLE color: 7572427.
HSL color Cylindrical-coordinate representation of color #CB8B73: hue angle of 16.36º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB8B73 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 139 | 115 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.20 |
| HSL | 16.36º | 0.46% | 0.62% | - |
| HSV(B) | 16.36º | 0.43% | 0.8% | - |
| XYZ | 36.96 | 32.4 | 20.53 | - |
| YUV | 155.4 | 105.2 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 139 | 115 | 0 | 0.32 | 0.43 | 0.20 | 16.36 | 0.46 | 0.62 |
| Hex | CB | 8B | 73 | 0 | 20 | 2B | 14 | 10 | 2E | 3E |
| Octal | 313 | 213 | 163 | 0 | 40 | 53 | 24 | 20 | 56 | 76 |
| Binary | 11001011 | 10001011 | 1110011 | 0 | 100000 | 101011 | 10100 | 10000 | 101110 | 111110 |
Color Harmonies of #CB8B73
Complementary color
Monochromatic Colors of #CB8B73
Black with #CB8B73
Text Example
Text Example
White with #CB8B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8B73; }
p { color: rgb(203,139,115); }
H1.HeaderClassName
{
color: #CB8B73;
}
.AnyTagClassName
{
color: #CB8B73;
}
</style>
background-color css
<style>
a { background-color: #CB8B73; }
a { background-color: rgb(203,139,115); }
div.DivClassName
{
background-color: #CB8B73;
}
.BgClassName
{
background-color: #CB8B73;
}
</style>
border-color css
<style>
span { border-color: #CB8B73; }
span { border-color: rgb(203,139,115); }
td.TdClassName
{
border-color: #CB8B73;
}
.TagClassName
{
border-color: #CB8B73;
}
</style>