Shades of Feldspar #CB9A78
Tints of Feldspar #CB9A78
RGB
CMYK
RGB Variations
Color information
#CB9A78 (or 0xCB9A78) is known color: Feldspar. HEX triplet: CB, 9A and 78. RGB value is (203,154,120). Sum of RGB (Red+Green+Blue) = 203+154+120=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9A78 is #346587. Grayscale: #A4A4A4. Windows color (decimal): -3433864 or 7903947. OLE color: 7903947.
HSL color Cylindrical-coordinate representation of color #CB9A78: hue angle of 24.58º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB9A78 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 154 | 120 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.20 |
| HSL | 24.58º | 0.44% | 0.63% | - |
| HSV(B) | 24.58º | 0.41% | 0.8% | - |
| XYZ | 39.57 | 37.16 | 22.86 | - |
| YUV | 164.78 | 102.73 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 154 | 120 | 0 | 0.24 | 0.41 | 0.20 | 24.58 | 0.44 | 0.63 |
| Hex | CB | 9A | 78 | 0 | 18 | 29 | 14 | 19 | 2C | 3F |
| Octal | 313 | 232 | 170 | 0 | 30 | 51 | 24 | 31 | 54 | 77 |
| Binary | 11001011 | 10011010 | 1111000 | 0 | 11000 | 101001 | 10100 | 11001 | 101100 | 111111 |
Color Harmonies of #CB9A78
Complementary color
Monochromatic Colors of #CB9A78
Black with #CB9A78
Text Example
Text Example
White with #CB9A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9A78; }
p { color: rgb(203,154,120); }
H1.HeaderClassName
{
color: #CB9A78;
}
.AnyTagClassName
{
color: #CB9A78;
}
</style>
background-color css
<style>
a { background-color: #CB9A78; }
a { background-color: rgb(203,154,120); }
div.DivClassName
{
background-color: #CB9A78;
}
.BgClassName
{
background-color: #CB9A78;
}
</style>
border-color css
<style>
span { border-color: #CB9A78; }
span { border-color: rgb(203,154,120); }
td.TdClassName
{
border-color: #CB9A78;
}
.TagClassName
{
border-color: #CB9A78;
}
</style>