Shades of Feldspar #CB8C7A
Tints of Feldspar #CB8C7A
RGB
CMYK
RGB Variations
Color information
#CB8C7A (or 0xCB8C7A) is known color: Feldspar. HEX triplet: CB, 8C and 7A. RGB value is (203,140,122). Sum of RGB (Red+Green+Blue) = 203+140+122=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8C7A is #347385. Grayscale: #9C9C9C. Windows color (decimal): -3437446 or 8031435. OLE color: 8031435.
HSL color Cylindrical-coordinate representation of color #CB8C7A: hue angle of 13.33º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB8C7A is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 140 | 122 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.20 |
| HSL | 13.33º | 0.44% | 0.64% | - |
| HSV(B) | 13.33º | 0.4% | 0.8% | - |
| XYZ | 37.52 | 32.86 | 22.78 | - |
| YUV | 156.79 | 108.37 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 140 | 122 | 0 | 0.31 | 0.40 | 0.20 | 13.33 | 0.44 | 0.64 |
| Hex | CB | 8C | 7A | 0 | 1F | 28 | 14 | D | 2C | 40 |
| Octal | 313 | 214 | 172 | 0 | 37 | 50 | 24 | 15 | 54 | 100 |
| Binary | 11001011 | 10001100 | 1111010 | 0 | 11111 | 101000 | 10100 | 1101 | 101100 | 1000000 |
Color Harmonies of #CB8C7A
Complementary color
Monochromatic Colors of #CB8C7A
Black with #CB8C7A
Text Example
Text Example
White with #CB8C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8C7A; }
p { color: rgb(203,140,122); }
H1.HeaderClassName
{
color: #CB8C7A;
}
.AnyTagClassName
{
color: #CB8C7A;
}
</style>
background-color css
<style>
a { background-color: #CB8C7A; }
a { background-color: rgb(203,140,122); }
div.DivClassName
{
background-color: #CB8C7A;
}
.BgClassName
{
background-color: #CB8C7A;
}
</style>
border-color css
<style>
span { border-color: #CB8C7A; }
span { border-color: rgb(203,140,122); }
td.TdClassName
{
border-color: #CB8C7A;
}
.TagClassName
{
border-color: #CB8C7A;
}
</style>