Shades of Feldspar #CA9A78
Tints of Feldspar #CA9A78
RGB
CMYK
RGB Variations
Color information
#CA9A78 (or 0xCA9A78) is known color: Feldspar. HEX triplet: CA, 9A and 78. RGB value is (202,154,120). Sum of RGB (Red+Green+Blue) = 202+154+120=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9A78 is #356587. Grayscale: #A4A4A4. Windows color (decimal): -3499400 or 7903946. OLE color: 7903946.
HSL color Cylindrical-coordinate representation of color #CA9A78: hue angle of 24.88º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA9A78 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 154 | 120 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.21 |
| HSL | 24.88º | 0.44% | 0.63% | - |
| HSV(B) | 24.88º | 0.41% | 0.79% | - |
| XYZ | 39.3 | 37.02 | 22.84 | - |
| YUV | 164.48 | 102.9 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 120 | 0 | 0.24 | 0.41 | 0.21 | 24.88 | 0.44 | 0.63 |
| Hex | CA | 9A | 78 | 0 | 18 | 29 | 15 | 19 | 2C | 3F |
| Octal | 312 | 232 | 170 | 0 | 30 | 51 | 25 | 31 | 54 | 77 |
| Binary | 11001010 | 10011010 | 1111000 | 0 | 11000 | 101001 | 10101 | 11001 | 101100 | 111111 |
Color Harmonies of #CA9A78
Complementary color
Monochromatic Colors of #CA9A78
Black with #CA9A78
Text Example
Text Example
White with #CA9A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9A78; }
p { color: rgb(202,154,120); }
H1.HeaderClassName
{
color: #CA9A78;
}
.AnyTagClassName
{
color: #CA9A78;
}
</style>
background-color css
<style>
a { background-color: #CA9A78; }
a { background-color: rgb(202,154,120); }
div.DivClassName
{
background-color: #CA9A78;
}
.BgClassName
{
background-color: #CA9A78;
}
</style>
border-color css
<style>
span { border-color: #CA9A78; }
span { border-color: rgb(202,154,120); }
td.TdClassName
{
border-color: #CA9A78;
}
.TagClassName
{
border-color: #CA9A78;
}
</style>