Shades of Feldspar #CB907C
Tints of Feldspar #CB907C
RGB
CMYK
RGB Variations
Color information
#CB907C (or 0xCB907C) is known color: Feldspar. HEX triplet: CB, 90 and 7C. RGB value is (203,144,124). Sum of RGB (Red+Green+Blue) = 203+144+124=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB907C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB907C is #346F83. Grayscale: #9F9F9F. Windows color (decimal): -3436420 or 8163531. OLE color: 8163531.
HSL color Cylindrical-coordinate representation of color #CB907C: hue angle of 15.19º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB907C is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 144 | 124 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.20 |
| HSL | 15.19º | 0.43% | 0.64% | - |
| HSV(B) | 15.19º | 0.39% | 0.8% | - |
| XYZ | 38.24 | 34.1 | 23.63 | - |
| YUV | 159.36 | 108.05 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 124 | 0 | 0.29 | 0.39 | 0.20 | 15.19 | 0.43 | 0.64 |
| Hex | CB | 90 | 7C | 0 | 1D | 27 | 14 | F | 2B | 40 |
| Octal | 313 | 220 | 174 | 0 | 35 | 47 | 24 | 17 | 53 | 100 |
| Binary | 11001011 | 10010000 | 1111100 | 0 | 11101 | 100111 | 10100 | 1111 | 101011 | 1000000 |
Color Harmonies of #CB907C
Complementary color
Monochromatic Colors of #CB907C
Black with #CB907C
Text Example
Text Example
White with #CB907C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB907C; }
p { color: rgb(203,144,124); }
H1.HeaderClassName
{
color: #CB907C;
}
.AnyTagClassName
{
color: #CB907C;
}
</style>
background-color css
<style>
a { background-color: #CB907C; }
a { background-color: rgb(203,144,124); }
div.DivClassName
{
background-color: #CB907C;
}
.BgClassName
{
background-color: #CB907C;
}
</style>
border-color css
<style>
span { border-color: #CB907C; }
span { border-color: rgb(203,144,124); }
td.TdClassName
{
border-color: #CB907C;
}
.TagClassName
{
border-color: #CB907C;
}
</style>