Shades of Feldspar #CB927A
Tints of Feldspar #CB927A
RGB
CMYK
RGB Variations
Color information
#CB927A (or 0xCB927A) is known color: Feldspar. HEX triplet: CB, 92 and 7A. RGB value is (203,146,122). Sum of RGB (Red+Green+Blue) = 203+146+122=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB927A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB927A is #346D85. Grayscale: #A0A0A0. Windows color (decimal): -3435910 or 8032971. OLE color: 8032971.
HSL color Cylindrical-coordinate representation of color #CB927A: hue angle of 17.78º 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 #CB927A is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 146 | 122 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.20 |
| HSL | 17.78º | 0.44% | 0.64% | - |
| HSV(B) | 17.78º | 0.4% | 0.8% | - |
| XYZ | 38.42 | 34.66 | 23.08 | - |
| YUV | 160.31 | 106.38 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 122 | 0 | 0.28 | 0.40 | 0.20 | 17.78 | 0.44 | 0.64 |
| Hex | CB | 92 | 7A | 0 | 1C | 28 | 14 | 12 | 2C | 40 |
| Octal | 313 | 222 | 172 | 0 | 34 | 50 | 24 | 22 | 54 | 100 |
| Binary | 11001011 | 10010010 | 1111010 | 0 | 11100 | 101000 | 10100 | 10010 | 101100 | 1000000 |
Color Harmonies of #CB927A
Complementary color
Monochromatic Colors of #CB927A
Black with #CB927A
Text Example
Text Example
White with #CB927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB927A; }
p { color: rgb(203,146,122); }
H1.HeaderClassName
{
color: #CB927A;
}
.AnyTagClassName
{
color: #CB927A;
}
</style>
background-color css
<style>
a { background-color: #CB927A; }
a { background-color: rgb(203,146,122); }
div.DivClassName
{
background-color: #CB927A;
}
.BgClassName
{
background-color: #CB927A;
}
</style>
border-color css
<style>
span { border-color: #CB927A; }
span { border-color: rgb(203,146,122); }
td.TdClassName
{
border-color: #CB927A;
}
.TagClassName
{
border-color: #CB927A;
}
</style>