Shades of Feldspar #CB947A
Tints of Feldspar #CB947A
RGB
CMYK
RGB Variations
Color information
#CB947A (or 0xCB947A) is known color: Feldspar. HEX triplet: CB, 94 and 7A. RGB value is (203,148,122). Sum of RGB (Red+Green+Blue) = 203+148+122=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CB947A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB947A is #346B85. Grayscale: #A1A1A1. Windows color (decimal): -3435398 or 8033483. OLE color: 8033483.
HSL color Cylindrical-coordinate representation of color #CB947A: hue angle of 19.26º 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 #CB947A is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 148 | 122 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.20 |
| HSL | 19.26º | 0.44% | 0.64% | - |
| HSV(B) | 19.26º | 0.4% | 0.8% | - |
| XYZ | 38.73 | 35.28 | 23.18 | - |
| YUV | 161.48 | 105.72 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 148 | 122 | 0 | 0.27 | 0.40 | 0.20 | 19.26 | 0.44 | 0.64 |
| Hex | CB | 94 | 7A | 0 | 1B | 28 | 14 | 13 | 2C | 40 |
| Octal | 313 | 224 | 172 | 0 | 33 | 50 | 24 | 23 | 54 | 100 |
| Binary | 11001011 | 10010100 | 1111010 | 0 | 11011 | 101000 | 10100 | 10011 | 101100 | 1000000 |
Color Harmonies of #CB947A
Complementary color
Monochromatic Colors of #CB947A
Black with #CB947A
Text Example
Text Example
White with #CB947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB947A; }
p { color: rgb(203,148,122); }
H1.HeaderClassName
{
color: #CB947A;
}
.AnyTagClassName
{
color: #CB947A;
}
</style>
background-color css
<style>
a { background-color: #CB947A; }
a { background-color: rgb(203,148,122); }
div.DivClassName
{
background-color: #CB947A;
}
.BgClassName
{
background-color: #CB947A;
}
</style>
border-color css
<style>
span { border-color: #CB947A; }
span { border-color: rgb(203,148,122); }
td.TdClassName
{
border-color: #CB947A;
}
.TagClassName
{
border-color: #CB947A;
}
</style>