Shades of Burning Sand #CA875E
Tints of Burning Sand #CA875E
RGB
CMYK
RGB Variations
Color information
#CA875E (or 0xCA875E) is known color: Burning Sand. HEX triplet: CA, 87 and 5E. RGB value is (202,135,94). Sum of RGB (Red+Green+Blue) = 202+135+94=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA875E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA875E is #3578A1. Grayscale: #969696. Windows color (decimal): -3504290 or 6195146. OLE color: 6195146.
HSL color Cylindrical-coordinate representation of color #CA875E: hue angle of 22.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA875E is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 94 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.21 |
| HSL | 22.78º | 0.5% | 0.58% | - |
| HSV(B) | 22.78º | 0.53% | 0.79% | - |
| XYZ | 35.04 | 30.69 | 14.67 | - |
| YUV | 150.36 | 96.2 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 94 | 0 | 0.33 | 0.53 | 0.21 | 22.78 | 0.5 | 0.58 |
| Hex | CA | 87 | 5E | 0 | 21 | 35 | 15 | 17 | 32 | 3A |
| Octal | 312 | 207 | 136 | 0 | 41 | 65 | 25 | 27 | 62 | 72 |
| Binary | 11001010 | 10000111 | 1011110 | 0 | 100001 | 110101 | 10101 | 10111 | 110010 | 111010 |
Color Harmonies of #CA875E
Complementary color
Monochromatic Colors of #CA875E
Black with #CA875E
Text Example
Text Example
White with #CA875E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA875E; }
p { color: rgb(202,135,94); }
H1.HeaderClassName
{
color: #CA875E;
}
.AnyTagClassName
{
color: #CA875E;
}
</style>
background-color css
<style>
a { background-color: #CA875E; }
a { background-color: rgb(202,135,94); }
div.DivClassName
{
background-color: #CA875E;
}
.BgClassName
{
background-color: #CA875E;
}
</style>
border-color css
<style>
span { border-color: #CA875E; }
span { border-color: rgb(202,135,94); }
td.TdClassName
{
border-color: #CA875E;
}
.TagClassName
{
border-color: #CA875E;
}
</style>