Shades of Burning Sand #CA8461
Tints of Burning Sand #CA8461
RGB
CMYK
RGB Variations
Color information
#CA8461 (or 0xCA8461) is known color: Burning Sand. HEX triplet: CA, 84 and 61. RGB value is (202,132,97). Sum of RGB (Red+Green+Blue) = 202+132+97=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8461 is #357B9E. Grayscale: #959595. Windows color (decimal): -3505055 or 6390986. OLE color: 6390986.
HSL color Cylindrical-coordinate representation of color #CA8461: hue angle of 20º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA8461 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 132 | 97 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.21 |
| HSL | 20º | 0.5% | 0.59% | - |
| HSV(B) | 20º | 0.52% | 0.79% | - |
| XYZ | 34.77 | 29.92 | 15.25 | - |
| YUV | 148.94 | 98.69 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 97 | 0 | 0.35 | 0.52 | 0.21 | 20 | 0.5 | 0.59 |
| Hex | CA | 84 | 61 | 0 | 23 | 34 | 15 | 14 | 32 | 3B |
| Octal | 312 | 204 | 141 | 0 | 43 | 64 | 25 | 24 | 62 | 73 |
| Binary | 11001010 | 10000100 | 1100001 | 0 | 100011 | 110100 | 10101 | 10100 | 110010 | 111011 |
Color Harmonies of #CA8461
Complementary color
Monochromatic Colors of #CA8461
Black with #CA8461
Text Example
Text Example
White with #CA8461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8461; }
p { color: rgb(202,132,97); }
H1.HeaderClassName
{
color: #CA8461;
}
.AnyTagClassName
{
color: #CA8461;
}
</style>
background-color css
<style>
a { background-color: #CA8461; }
a { background-color: rgb(202,132,97); }
div.DivClassName
{
background-color: #CA8461;
}
.BgClassName
{
background-color: #CA8461;
}
</style>
border-color css
<style>
span { border-color: #CA8461; }
span { border-color: rgb(202,132,97); }
td.TdClassName
{
border-color: #CA8461;
}
.TagClassName
{
border-color: #CA8461;
}
</style>