Shades of Feldspar #CA956F
Tints of Feldspar #CA956F
RGB
CMYK
RGB Variations
Color information
#CA956F (or 0xCA956F) is known color: Feldspar. HEX triplet: CA, 95 and 6F. RGB value is (202,149,111). Sum of RGB (Red+Green+Blue) = 202+149+111=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA956F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA956F is #356A90. Grayscale: #A0A0A0. Windows color (decimal): -3500689 or 7312842. OLE color: 7312842.
HSL color Cylindrical-coordinate representation of color #CA956F: hue angle of 25.05º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA956F is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 149 | 111 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.21 |
| HSL | 25.05º | 0.46% | 0.61% | - |
| HSV(B) | 25.05º | 0.45% | 0.79% | - |
| XYZ | 37.97 | 35.2 | 19.83 | - |
| YUV | 160.52 | 100.06 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 111 | 0 | 0.26 | 0.45 | 0.21 | 25.05 | 0.46 | 0.61 |
| Hex | CA | 95 | 6F | 0 | 1A | 2D | 15 | 19 | 2E | 3D |
| Octal | 312 | 225 | 157 | 0 | 32 | 55 | 25 | 31 | 56 | 75 |
| Binary | 11001010 | 10010101 | 1101111 | 0 | 11010 | 101101 | 10101 | 11001 | 101110 | 111101 |
Color Harmonies of #CA956F
Complementary color
Monochromatic Colors of #CA956F
Black with #CA956F
Text Example
Text Example
White with #CA956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA956F; }
p { color: rgb(202,149,111); }
H1.HeaderClassName
{
color: #CA956F;
}
.AnyTagClassName
{
color: #CA956F;
}
</style>
background-color css
<style>
a { background-color: #CA956F; }
a { background-color: rgb(202,149,111); }
div.DivClassName
{
background-color: #CA956F;
}
.BgClassName
{
background-color: #CA956F;
}
</style>
border-color css
<style>
span { border-color: #CA956F; }
span { border-color: rgb(202,149,111); }
td.TdClassName
{
border-color: #CA956F;
}
.TagClassName
{
border-color: #CA956F;
}
</style>