Shades of Feldspar #CA8E6C
Tints of Feldspar #CA8E6C
RGB
CMYK
RGB Variations
Color information
#CA8E6C (or 0xCA8E6C) is known color: Feldspar. HEX triplet: CA, 8E and 6C. RGB value is (202,142,108). Sum of RGB (Red+Green+Blue) = 202+142+108=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8E6C is #357193. Grayscale: #9C9C9C. Windows color (decimal): -3502484 or 7114442. OLE color: 7114442.
HSL color Cylindrical-coordinate representation of color #CA8E6C: hue angle of 21.7º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA8E6C is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 142 | 108 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.21 |
| HSL | 21.7º | 0.47% | 0.61% | - |
| HSV(B) | 21.7º | 0.47% | 0.79% | - |
| XYZ | 36.74 | 32.99 | 18.62 | - |
| YUV | 156.06 | 100.88 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 142 | 108 | 0 | 0.30 | 0.47 | 0.21 | 21.7 | 0.47 | 0.61 |
| Hex | CA | 8E | 6C | 0 | 1E | 2F | 15 | 16 | 2F | 3D |
| Octal | 312 | 216 | 154 | 0 | 36 | 57 | 25 | 26 | 57 | 75 |
| Binary | 11001010 | 10001110 | 1101100 | 0 | 11110 | 101111 | 10101 | 10110 | 101111 | 111101 |
Color Harmonies of #CA8E6C
Complementary color
Monochromatic Colors of #CA8E6C
Black with #CA8E6C
Text Example
Text Example
White with #CA8E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8E6C; }
p { color: rgb(202,142,108); }
H1.HeaderClassName
{
color: #CA8E6C;
}
.AnyTagClassName
{
color: #CA8E6C;
}
</style>
background-color css
<style>
a { background-color: #CA8E6C; }
a { background-color: rgb(202,142,108); }
div.DivClassName
{
background-color: #CA8E6C;
}
.BgClassName
{
background-color: #CA8E6C;
}
</style>
border-color css
<style>
span { border-color: #CA8E6C; }
span { border-color: rgb(202,142,108); }
td.TdClassName
{
border-color: #CA8E6C;
}
.TagClassName
{
border-color: #CA8E6C;
}
</style>