Shades of Burning Sand #CA8565
Tints of Burning Sand #CA8565
RGB
CMYK
RGB Variations
Color information
#CA8565 (or 0xCA8565) is known color: Burning Sand. HEX triplet: CA, 85 and 65. RGB value is (202,133,101). Sum of RGB (Red+Green+Blue) = 202+133+101=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8565 is #357A9A. Grayscale: #969696. Windows color (decimal): -3504795 or 6653386. OLE color: 6653386.
HSL color Cylindrical-coordinate representation of color #CA8565: hue angle of 19.01º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA8565 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 101 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.21 |
| HSL | 19.01º | 0.49% | 0.59% | - |
| HSV(B) | 19.01º | 0.5% | 0.79% | - |
| XYZ | 35.09 | 30.27 | 16.31 | - |
| YUV | 149.98 | 100.36 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 101 | 0 | 0.34 | 0.50 | 0.21 | 19.01 | 0.49 | 0.59 |
| Hex | CA | 85 | 65 | 0 | 22 | 32 | 15 | 13 | 31 | 3B |
| Octal | 312 | 205 | 145 | 0 | 42 | 62 | 25 | 23 | 61 | 73 |
| Binary | 11001010 | 10000101 | 1100101 | 0 | 100010 | 110010 | 10101 | 10011 | 110001 | 111011 |
Color Harmonies of #CA8565
Complementary color
Monochromatic Colors of #CA8565
Black with #CA8565
Text Example
Text Example
White with #CA8565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8565; }
p { color: rgb(202,133,101); }
H1.HeaderClassName
{
color: #CA8565;
}
.AnyTagClassName
{
color: #CA8565;
}
</style>
background-color css
<style>
a { background-color: #CA8565; }
a { background-color: rgb(202,133,101); }
div.DivClassName
{
background-color: #CA8565;
}
.BgClassName
{
background-color: #CA8565;
}
</style>
border-color css
<style>
span { border-color: #CA8565; }
span { border-color: rgb(202,133,101); }
td.TdClassName
{
border-color: #CA8565;
}
.TagClassName
{
border-color: #CA8565;
}
</style>