Shades of Feldspar #CB8F6C
Tints of Feldspar #CB8F6C
RGB
CMYK
RGB Variations
Color information
#CB8F6C (or 0xCB8F6C) is known color: Feldspar. HEX triplet: CB, 8F and 6C. RGB value is (203,143,108). Sum of RGB (Red+Green+Blue) = 203+143+108=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8F6C is #347093. Grayscale: #9D9D9D. Windows color (decimal): -3436692 or 7114699. OLE color: 7114699.
HSL color Cylindrical-coordinate representation of color #CB8F6C: hue angle of 22.11º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB8F6C is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 143 | 108 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.20 |
| HSL | 22.11º | 0.48% | 0.61% | - |
| HSV(B) | 22.11º | 0.47% | 0.8% | - |
| XYZ | 37.16 | 33.42 | 18.68 | - |
| YUV | 156.95 | 100.38 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 108 | 0 | 0.30 | 0.47 | 0.20 | 22.11 | 0.48 | 0.61 |
| Hex | CB | 8F | 6C | 0 | 1E | 2F | 14 | 16 | 30 | 3D |
| Octal | 313 | 217 | 154 | 0 | 36 | 57 | 24 | 26 | 60 | 75 |
| Binary | 11001011 | 10001111 | 1101100 | 0 | 11110 | 101111 | 10100 | 10110 | 110000 | 111101 |
Color Harmonies of #CB8F6C
Complementary color
Monochromatic Colors of #CB8F6C
Black with #CB8F6C
Text Example
Text Example
White with #CB8F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8F6C; }
p { color: rgb(203,143,108); }
H1.HeaderClassName
{
color: #CB8F6C;
}
.AnyTagClassName
{
color: #CB8F6C;
}
</style>
background-color css
<style>
a { background-color: #CB8F6C; }
a { background-color: rgb(203,143,108); }
div.DivClassName
{
background-color: #CB8F6C;
}
.BgClassName
{
background-color: #CB8F6C;
}
</style>
border-color css
<style>
span { border-color: #CB8F6C; }
span { border-color: rgb(203,143,108); }
td.TdClassName
{
border-color: #CB8F6C;
}
.TagClassName
{
border-color: #CB8F6C;
}
</style>