Shades of Burning Sand #CA8563
Tints of Burning Sand #CA8563
RGB
CMYK
RGB Variations
Color information
#CA8563 (or 0xCA8563) is known color: Burning Sand. HEX triplet: CA, 85 and 63. RGB value is (202,133,99). Sum of RGB (Red+Green+Blue) = 202+133+99=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8563 is #357A9C. Grayscale: #959595. Windows color (decimal): -3504797 or 6522314. OLE color: 6522314.
HSL color Cylindrical-coordinate representation of color #CA8563: hue angle of 19.81º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA8563 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 99 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.21 |
| HSL | 19.81º | 0.49% | 0.59% | - |
| HSV(B) | 19.81º | 0.51% | 0.79% | - |
| XYZ | 35 | 30.23 | 15.8 | - |
| YUV | 149.76 | 99.36 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 99 | 0 | 0.34 | 0.51 | 0.21 | 19.81 | 0.49 | 0.59 |
| Hex | CA | 85 | 63 | 0 | 22 | 33 | 15 | 14 | 31 | 3B |
| Octal | 312 | 205 | 143 | 0 | 42 | 63 | 25 | 24 | 61 | 73 |
| Binary | 11001010 | 10000101 | 1100011 | 0 | 100010 | 110011 | 10101 | 10100 | 110001 | 111011 |
Color Harmonies of #CA8563
Complementary color
Monochromatic Colors of #CA8563
Black with #CA8563
Text Example
Text Example
White with #CA8563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8563; }
p { color: rgb(202,133,99); }
H1.HeaderClassName
{
color: #CA8563;
}
.AnyTagClassName
{
color: #CA8563;
}
</style>
background-color css
<style>
a { background-color: #CA8563; }
a { background-color: rgb(202,133,99); }
div.DivClassName
{
background-color: #CA8563;
}
.BgClassName
{
background-color: #CA8563;
}
</style>
border-color css
<style>
span { border-color: #CA8563; }
span { border-color: rgb(202,133,99); }
td.TdClassName
{
border-color: #CA8563;
}
.TagClassName
{
border-color: #CA8563;
}
</style>