Shades of Feldspar #CB917B
Tints of Feldspar #CB917B
RGB
CMYK
RGB Variations
Color information
#CB917B (or 0xCB917B) is known color: Feldspar. HEX triplet: CB, 91 and 7B. RGB value is (203,145,123). Sum of RGB (Red+Green+Blue) = 203+145+123=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB917B is #346E84. Grayscale: #9F9F9F. Windows color (decimal): -3436165 or 8098251. OLE color: 8098251.
HSL color Cylindrical-coordinate representation of color #CB917B: hue angle of 16.5º 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 #CB917B is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 145 | 123 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.20 |
| HSL | 16.5º | 0.43% | 0.64% | - |
| HSV(B) | 16.5º | 0.39% | 0.8% | - |
| XYZ | 38.33 | 34.38 | 23.35 | - |
| YUV | 159.83 | 107.22 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 123 | 0 | 0.29 | 0.39 | 0.20 | 16.5 | 0.43 | 0.64 |
| Hex | CB | 91 | 7B | 0 | 1D | 27 | 14 | 10 | 2B | 40 |
| Octal | 313 | 221 | 173 | 0 | 35 | 47 | 24 | 20 | 53 | 100 |
| Binary | 11001011 | 10010001 | 1111011 | 0 | 11101 | 100111 | 10100 | 10000 | 101011 | 1000000 |
Color Harmonies of #CB917B
Complementary color
Monochromatic Colors of #CB917B
Black with #CB917B
Text Example
Text Example
White with #CB917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB917B; }
p { color: rgb(203,145,123); }
H1.HeaderClassName
{
color: #CB917B;
}
.AnyTagClassName
{
color: #CB917B;
}
</style>
background-color css
<style>
a { background-color: #CB917B; }
a { background-color: rgb(203,145,123); }
div.DivClassName
{
background-color: #CB917B;
}
.BgClassName
{
background-color: #CB917B;
}
</style>
border-color css
<style>
span { border-color: #CB917B; }
span { border-color: rgb(203,145,123); }
td.TdClassName
{
border-color: #CB917B;
}
.TagClassName
{
border-color: #CB917B;
}
</style>