Shades of Feldspar #CB8F7A
Tints of Feldspar #CB8F7A
RGB
CMYK
RGB Variations
Color information
#CB8F7A (or 0xCB8F7A) is known color: Feldspar. HEX triplet: CB, 8F and 7A. RGB value is (203,143,122). Sum of RGB (Red+Green+Blue) = 203+143+122=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8F7A is #347085. Grayscale: #9E9E9E. Windows color (decimal): -3436678 or 8032203. OLE color: 8032203.
HSL color Cylindrical-coordinate representation of color #CB8F7A: hue angle of 15.56º 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 #CB8F7A is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 143 | 122 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.20 |
| HSL | 15.56º | 0.44% | 0.64% | - |
| HSV(B) | 15.56º | 0.4% | 0.8% | - |
| XYZ | 37.96 | 33.75 | 22.93 | - |
| YUV | 158.55 | 107.38 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 122 | 0 | 0.30 | 0.40 | 0.20 | 15.56 | 0.44 | 0.64 |
| Hex | CB | 8F | 7A | 0 | 1E | 28 | 14 | 10 | 2C | 40 |
| Octal | 313 | 217 | 172 | 0 | 36 | 50 | 24 | 20 | 54 | 100 |
| Binary | 11001011 | 10001111 | 1111010 | 0 | 11110 | 101000 | 10100 | 10000 | 101100 | 1000000 |
Color Harmonies of #CB8F7A
Complementary color
Monochromatic Colors of #CB8F7A
Black with #CB8F7A
Text Example
Text Example
White with #CB8F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8F7A; }
p { color: rgb(203,143,122); }
H1.HeaderClassName
{
color: #CB8F7A;
}
.AnyTagClassName
{
color: #CB8F7A;
}
</style>
background-color css
<style>
a { background-color: #CB8F7A; }
a { background-color: rgb(203,143,122); }
div.DivClassName
{
background-color: #CB8F7A;
}
.BgClassName
{
background-color: #CB8F7A;
}
</style>
border-color css
<style>
span { border-color: #CB8F7A; }
span { border-color: rgb(203,143,122); }
td.TdClassName
{
border-color: #CB8F7A;
}
.TagClassName
{
border-color: #CB8F7A;
}
</style>