Shades of Burning Sand #CA875D
Tints of Burning Sand #CA875D
RGB
CMYK
RGB Variations
Color information
#CA875D (or 0xCA875D) is known color: Burning Sand. HEX triplet: CA, 87 and 5D. RGB value is (202,135,93). Sum of RGB (Red+Green+Blue) = 202+135+93=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA875D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA875D is #3578A2. Grayscale: #969696. Windows color (decimal): -3504291 or 6129610. OLE color: 6129610.
HSL color Cylindrical-coordinate representation of color #CA875D: hue angle of 23.12º 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 #CA875D is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 93 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.21 |
| HSL | 23.12º | 0.51% | 0.58% | - |
| HSV(B) | 23.12º | 0.54% | 0.79% | - |
| XYZ | 35 | 30.67 | 14.43 | - |
| YUV | 150.25 | 95.7 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 93 | 0 | 0.33 | 0.54 | 0.21 | 23.12 | 0.51 | 0.58 |
| Hex | CA | 87 | 5D | 0 | 21 | 36 | 15 | 17 | 33 | 3A |
| Octal | 312 | 207 | 135 | 0 | 41 | 66 | 25 | 27 | 63 | 72 |
| Binary | 11001010 | 10000111 | 1011101 | 0 | 100001 | 110110 | 10101 | 10111 | 110011 | 111010 |
Color Harmonies of #CA875D
Complementary color
Monochromatic Colors of #CA875D
Black with #CA875D
Text Example
Text Example
White with #CA875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA875D; }
p { color: rgb(202,135,93); }
H1.HeaderClassName
{
color: #CA875D;
}
.AnyTagClassName
{
color: #CA875D;
}
</style>
background-color css
<style>
a { background-color: #CA875D; }
a { background-color: rgb(202,135,93); }
div.DivClassName
{
background-color: #CA875D;
}
.BgClassName
{
background-color: #CA875D;
}
</style>
border-color css
<style>
span { border-color: #CA875D; }
span { border-color: rgb(202,135,93); }
td.TdClassName
{
border-color: #CA875D;
}
.TagClassName
{
border-color: #CA875D;
}
</style>