Shades of Feldspar #CB997A
Tints of Feldspar #CB997A
RGB
CMYK
RGB Variations
Color information
#CB997A (or 0xCB997A) is known color: Feldspar. HEX triplet: CB, 99 and 7A. RGB value is (203,153,122). Sum of RGB (Red+Green+Blue) = 203+153+122=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB997A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB997A is #346685. Grayscale: #A4A4A4. Windows color (decimal): -3434118 or 8034763. OLE color: 8034763.
HSL color Cylindrical-coordinate representation of color #CB997A: hue angle of 22.96º 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 #CB997A is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 122 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.20 |
| HSL | 22.96º | 0.44% | 0.64% | - |
| HSV(B) | 22.96º | 0.4% | 0.8% | - |
| XYZ | 39.53 | 36.88 | 23.45 | - |
| YUV | 164.42 | 104.07 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 122 | 0 | 0.25 | 0.40 | 0.20 | 22.96 | 0.44 | 0.64 |
| Hex | CB | 99 | 7A | 0 | 19 | 28 | 14 | 17 | 2C | 40 |
| Octal | 313 | 231 | 172 | 0 | 31 | 50 | 24 | 27 | 54 | 100 |
| Binary | 11001011 | 10011001 | 1111010 | 0 | 11001 | 101000 | 10100 | 10111 | 101100 | 1000000 |
Color Harmonies of #CB997A
Complementary color
Monochromatic Colors of #CB997A
Black with #CB997A
Text Example
Text Example
White with #CB997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB997A; }
p { color: rgb(203,153,122); }
H1.HeaderClassName
{
color: #CB997A;
}
.AnyTagClassName
{
color: #CB997A;
}
</style>
background-color css
<style>
a { background-color: #CB997A; }
a { background-color: rgb(203,153,122); }
div.DivClassName
{
background-color: #CB997A;
}
.BgClassName
{
background-color: #CB997A;
}
</style>
border-color css
<style>
span { border-color: #CB997A; }
span { border-color: rgb(203,153,122); }
td.TdClassName
{
border-color: #CB997A;
}
.TagClassName
{
border-color: #CB997A;
}
</style>