Shades of Burning Sand #CA875C
Tints of Burning Sand #CA875C
RGB
CMYK
RGB Variations
Color information
#CA875C (or 0xCA875C) is known color: Burning Sand. HEX triplet: CA, 87 and 5C. RGB value is (202,135,92). Sum of RGB (Red+Green+Blue) = 202+135+92=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA875C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA875C is #3578A3. Grayscale: #969696. Windows color (decimal): -3504292 or 6064074. OLE color: 6064074.
HSL color Cylindrical-coordinate representation of color #CA875C: hue angle of 23.45º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA875C is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 92 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.21 |
| HSL | 23.45º | 0.51% | 0.58% | - |
| HSV(B) | 23.45º | 0.54% | 0.79% | - |
| XYZ | 34.95 | 30.66 | 14.2 | - |
| YUV | 150.13 | 95.2 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 92 | 0 | 0.33 | 0.54 | 0.21 | 23.45 | 0.51 | 0.58 |
| Hex | CA | 87 | 5C | 0 | 21 | 36 | 15 | 17 | 33 | 3A |
| Octal | 312 | 207 | 134 | 0 | 41 | 66 | 25 | 27 | 63 | 72 |
| Binary | 11001010 | 10000111 | 1011100 | 0 | 100001 | 110110 | 10101 | 10111 | 110011 | 111010 |
Color Harmonies of #CA875C
Complementary color
Monochromatic Colors of #CA875C
Black with #CA875C
Text Example
Text Example
White with #CA875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA875C; }
p { color: rgb(202,135,92); }
H1.HeaderClassName
{
color: #CA875C;
}
.AnyTagClassName
{
color: #CA875C;
}
</style>
background-color css
<style>
a { background-color: #CA875C; }
a { background-color: rgb(202,135,92); }
div.DivClassName
{
background-color: #CA875C;
}
.BgClassName
{
background-color: #CA875C;
}
</style>
border-color css
<style>
span { border-color: #CA875C; }
span { border-color: rgb(202,135,92); }
td.TdClassName
{
border-color: #CA875C;
}
.TagClassName
{
border-color: #CA875C;
}
</style>