Shades of Feldspar #CB997F
Tints of Feldspar #CB997F
RGB
CMYK
RGB Variations
Color information
#CB997F (or 0xCB997F) is known color: Feldspar. HEX triplet: CB, 99 and 7F. RGB value is (203,153,127). Sum of RGB (Red+Green+Blue) = 203+153+127=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CB997F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB997F is #346680. Grayscale: #A5A5A5. Windows color (decimal): -3434113 or 8362443. OLE color: 8362443.
HSL color Cylindrical-coordinate representation of color #CB997F: hue angle of 20.53º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB997F is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 127 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.20 |
| HSL | 20.53º | 0.42% | 0.65% | - |
| HSV(B) | 20.53º | 0.37% | 0.8% | - |
| XYZ | 39.85 | 37.01 | 25.12 | - |
| YUV | 164.99 | 106.57 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 127 | 0 | 0.25 | 0.37 | 0.20 | 20.53 | 0.42 | 0.65 |
| Hex | CB | 99 | 7F | 0 | 19 | 25 | 14 | 15 | 2A | 41 |
| Octal | 313 | 231 | 177 | 0 | 31 | 45 | 24 | 25 | 52 | 101 |
| Binary | 11001011 | 10011001 | 1111111 | 0 | 11001 | 100101 | 10100 | 10101 | 101010 | 1000001 |
Color Harmonies of #CB997F
Complementary color
Monochromatic Colors of #CB997F
Black with #CB997F
Text Example
Text Example
White with #CB997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB997F; }
p { color: rgb(203,153,127); }
H1.HeaderClassName
{
color: #CB997F;
}
.AnyTagClassName
{
color: #CB997F;
}
</style>
background-color css
<style>
a { background-color: #CB997F; }
a { background-color: rgb(203,153,127); }
div.DivClassName
{
background-color: #CB997F;
}
.BgClassName
{
background-color: #CB997F;
}
</style>
border-color css
<style>
span { border-color: #CB997F; }
span { border-color: rgb(203,153,127); }
td.TdClassName
{
border-color: #CB997F;
}
.TagClassName
{
border-color: #CB997F;
}
</style>