Shades of Feldspar #CA8B76
Tints of Feldspar #CA8B76
RGB
CMYK
RGB Variations
Color information
#CA8B76 (or 0xCA8B76) is known color: Feldspar. HEX triplet: CA, 8B and 76. RGB value is (202,139,118). Sum of RGB (Red+Green+Blue) = 202+139+118=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8B76 is #357489. Grayscale: #9B9B9B. Windows color (decimal): -3503242 or 7769034. OLE color: 7769034.
HSL color Cylindrical-coordinate representation of color #CA8B76: hue angle of 15º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA8B76 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 139 | 118 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.21 |
| HSL | 15º | 0.44% | 0.63% | - |
| HSV(B) | 15º | 0.42% | 0.79% | - |
| XYZ | 36.86 | 32.33 | 21.44 | - |
| YUV | 155.44 | 106.87 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 139 | 118 | 0 | 0.31 | 0.42 | 0.21 | 15 | 0.44 | 0.63 |
| Hex | CA | 8B | 76 | 0 | 1F | 2A | 15 | F | 2C | 3F |
| Octal | 312 | 213 | 166 | 0 | 37 | 52 | 25 | 17 | 54 | 77 |
| Binary | 11001010 | 10001011 | 1110110 | 0 | 11111 | 101010 | 10101 | 1111 | 101100 | 111111 |
Color Harmonies of #CA8B76
Complementary color
Monochromatic Colors of #CA8B76
Black with #CA8B76
Text Example
Text Example
White with #CA8B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8B76; }
p { color: rgb(202,139,118); }
H1.HeaderClassName
{
color: #CA8B76;
}
.AnyTagClassName
{
color: #CA8B76;
}
</style>
background-color css
<style>
a { background-color: #CA8B76; }
a { background-color: rgb(202,139,118); }
div.DivClassName
{
background-color: #CA8B76;
}
.BgClassName
{
background-color: #CA8B76;
}
</style>
border-color css
<style>
span { border-color: #CA8B76; }
span { border-color: rgb(202,139,118); }
td.TdClassName
{
border-color: #CA8B76;
}
.TagClassName
{
border-color: #CA8B76;
}
</style>