Shades of Feldspar #CB8C72
Tints of Feldspar #CB8C72
RGB
CMYK
RGB Variations
Color information
#CB8C72 (or 0xCB8C72) is known color: Feldspar. HEX triplet: CB, 8C and 72. RGB value is (203,140,114). Sum of RGB (Red+Green+Blue) = 203+140+114=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8C72 is #34738D. Grayscale: #9C9C9C. Windows color (decimal): -3437454 or 7507147. OLE color: 7507147.
HSL color Cylindrical-coordinate representation of color #CB8C72: hue angle of 17.53º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB8C72 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 140 | 114 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.20 |
| HSL | 17.53º | 0.46% | 0.62% | - |
| HSV(B) | 17.53º | 0.44% | 0.8% | - |
| XYZ | 37.04 | 32.67 | 20.27 | - |
| YUV | 155.87 | 104.37 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 140 | 114 | 0 | 0.31 | 0.44 | 0.20 | 17.53 | 0.46 | 0.62 |
| Hex | CB | 8C | 72 | 0 | 1F | 2C | 14 | 12 | 2E | 3E |
| Octal | 313 | 214 | 162 | 0 | 37 | 54 | 24 | 22 | 56 | 76 |
| Binary | 11001011 | 10001100 | 1110010 | 0 | 11111 | 101100 | 10100 | 10010 | 101110 | 111110 |
Color Harmonies of #CB8C72
Complementary color
Monochromatic Colors of #CB8C72
Black with #CB8C72
Text Example
Text Example
White with #CB8C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8C72; }
p { color: rgb(203,140,114); }
H1.HeaderClassName
{
color: #CB8C72;
}
.AnyTagClassName
{
color: #CB8C72;
}
</style>
background-color css
<style>
a { background-color: #CB8C72; }
a { background-color: rgb(203,140,114); }
div.DivClassName
{
background-color: #CB8C72;
}
.BgClassName
{
background-color: #CB8C72;
}
</style>
border-color css
<style>
span { border-color: #CB8C72; }
span { border-color: rgb(203,140,114); }
td.TdClassName
{
border-color: #CB8C72;
}
.TagClassName
{
border-color: #CB8C72;
}
</style>