Shades of Burning Sand #CA875B
Tints of Burning Sand #CA875B
RGB
CMYK
RGB Variations
Color information
#CA875B (or 0xCA875B) is known color: Burning Sand. HEX triplet: CA, 87 and 5B. RGB value is (202,135,91). Sum of RGB (Red+Green+Blue) = 202+135+91=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA875B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA875B is #3578A4. Grayscale: #969696. Windows color (decimal): -3504293 or 5998538. OLE color: 5998538.
HSL color Cylindrical-coordinate representation of color #CA875B: hue angle of 23.78º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA875B is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 91 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.21 |
| HSL | 23.78º | 0.51% | 0.57% | - |
| HSV(B) | 23.78º | 0.55% | 0.79% | - |
| XYZ | 34.91 | 30.64 | 13.97 | - |
| YUV | 150.02 | 94.7 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 91 | 0 | 0.33 | 0.55 | 0.21 | 23.78 | 0.51 | 0.57 |
| Hex | CA | 87 | 5B | 0 | 21 | 37 | 15 | 18 | 33 | 39 |
| Octal | 312 | 207 | 133 | 0 | 41 | 67 | 25 | 30 | 63 | 71 |
| Binary | 11001010 | 10000111 | 1011011 | 0 | 100001 | 110111 | 10101 | 11000 | 110011 | 111001 |
Color Harmonies of #CA875B
Complementary color
Monochromatic Colors of #CA875B
Black with #CA875B
Text Example
Text Example
White with #CA875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA875B; }
p { color: rgb(202,135,91); }
H1.HeaderClassName
{
color: #CA875B;
}
.AnyTagClassName
{
color: #CA875B;
}
</style>
background-color css
<style>
a { background-color: #CA875B; }
a { background-color: rgb(202,135,91); }
div.DivClassName
{
background-color: #CA875B;
}
.BgClassName
{
background-color: #CA875B;
}
</style>
border-color css
<style>
span { border-color: #CA875B; }
span { border-color: rgb(202,135,91); }
td.TdClassName
{
border-color: #CA875B;
}
.TagClassName
{
border-color: #CA875B;
}
</style>