Shades of Feldspar #CB9B78
Tints of Feldspar #CB9B78
RGB
CMYK
RGB Variations
Color information
#CB9B78 (or 0xCB9B78) is known color: Feldspar. HEX triplet: CB, 9B and 78. RGB value is (203,155,120). Sum of RGB (Red+Green+Blue) = 203+155+120=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9B78 is #346487. Grayscale: #A5A5A5. Windows color (decimal): -3433608 or 7904203. OLE color: 7904203.
HSL color Cylindrical-coordinate representation of color #CB9B78: hue angle of 25.3º 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 #CB9B78 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 155 | 120 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.20 |
| HSL | 25.3º | 0.44% | 0.63% | - |
| HSV(B) | 25.3º | 0.41% | 0.8% | - |
| XYZ | 39.74 | 37.5 | 22.91 | - |
| YUV | 165.36 | 102.4 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 155 | 120 | 0 | 0.24 | 0.41 | 0.20 | 25.3 | 0.44 | 0.63 |
| Hex | CB | 9B | 78 | 0 | 18 | 29 | 14 | 19 | 2C | 3F |
| Octal | 313 | 233 | 170 | 0 | 30 | 51 | 24 | 31 | 54 | 77 |
| Binary | 11001011 | 10011011 | 1111000 | 0 | 11000 | 101001 | 10100 | 11001 | 101100 | 111111 |
Color Harmonies of #CB9B78
Complementary color
Monochromatic Colors of #CB9B78
Black with #CB9B78
Text Example
Text Example
White with #CB9B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9B78; }
p { color: rgb(203,155,120); }
H1.HeaderClassName
{
color: #CB9B78;
}
.AnyTagClassName
{
color: #CB9B78;
}
</style>
background-color css
<style>
a { background-color: #CB9B78; }
a { background-color: rgb(203,155,120); }
div.DivClassName
{
background-color: #CB9B78;
}
.BgClassName
{
background-color: #CB9B78;
}
</style>
border-color css
<style>
span { border-color: #CB9B78; }
span { border-color: rgb(203,155,120); }
td.TdClassName
{
border-color: #CB9B78;
}
.TagClassName
{
border-color: #CB9B78;
}
</style>