Shades of Feldspar #CB8A79
Tints of Feldspar #CB8A79
RGB
CMYK
RGB Variations
Color information
#CB8A79 (or 0xCB8A79) is known color: Feldspar. HEX triplet: CB, 8A and 79. RGB value is (203,138,121). Sum of RGB (Red+Green+Blue) = 203+138+121=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 121 (47.66% from 255 or 26.19% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8A79 is #347586. Grayscale: #9B9B9B. Windows color (decimal): -3437959 or 7965387. OLE color: 7965387.
HSL color Cylindrical-coordinate representation of color #CB8A79: hue angle of 12.44º 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 #CB8A79 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 138 | 121 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.20 |
| HSL | 12.44º | 0.44% | 0.64% | - |
| HSV(B) | 12.44º | 0.4% | 0.8% | - |
| XYZ | 37.17 | 32.25 | 22.36 | - |
| YUV | 155.5 | 108.53 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 121 | 0 | 0.32 | 0.40 | 0.20 | 12.44 | 0.44 | 0.64 |
| Hex | CB | 8A | 79 | 0 | 20 | 28 | 14 | C | 2C | 40 |
| Octal | 313 | 212 | 171 | 0 | 40 | 50 | 24 | 14 | 54 | 100 |
| Binary | 11001011 | 10001010 | 1111001 | 0 | 100000 | 101000 | 10100 | 1100 | 101100 | 1000000 |
Color Harmonies of #CB8A79
Complementary color
Monochromatic Colors of #CB8A79
Black with #CB8A79
Text Example
Text Example
White with #CB8A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8A79; }
p { color: rgb(203,138,121); }
H1.HeaderClassName
{
color: #CB8A79;
}
.AnyTagClassName
{
color: #CB8A79;
}
</style>
background-color css
<style>
a { background-color: #CB8A79; }
a { background-color: rgb(203,138,121); }
div.DivClassName
{
background-color: #CB8A79;
}
.BgClassName
{
background-color: #CB8A79;
}
</style>
border-color css
<style>
span { border-color: #CB8A79; }
span { border-color: rgb(203,138,121); }
td.TdClassName
{
border-color: #CB8A79;
}
.TagClassName
{
border-color: #CB8A79;
}
</style>