Shades of Burning Sand #CA8556
Tints of Burning Sand #CA8556
RGB
CMYK
RGB Variations
Color information
#CA8556 (or 0xCA8556) is known color: Burning Sand. HEX triplet: CA, 85 and 56. RGB value is (202,133,86). Sum of RGB (Red+Green+Blue) = 202+133+86=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8556 is #357AA9. Grayscale: #949494. Windows color (decimal): -3504810 or 5670346. OLE color: 5670346.
HSL color Cylindrical-coordinate representation of color #CA8556: hue angle of 24.31º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA8556 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 86 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.21 |
| HSL | 24.31º | 0.52% | 0.56% | - |
| HSV(B) | 24.31º | 0.57% | 0.79% | - |
| XYZ | 34.42 | 30 | 12.78 | - |
| YUV | 148.27 | 92.86 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 86 | 0 | 0.34 | 0.57 | 0.21 | 24.31 | 0.52 | 0.56 |
| Hex | CA | 85 | 56 | 0 | 22 | 39 | 15 | 18 | 34 | 38 |
| Octal | 312 | 205 | 126 | 0 | 42 | 71 | 25 | 30 | 64 | 70 |
| Binary | 11001010 | 10000101 | 1010110 | 0 | 100010 | 111001 | 10101 | 11000 | 110100 | 111000 |
Color Harmonies of #CA8556
Complementary color
Monochromatic Colors of #CA8556
Black with #CA8556
Text Example
Text Example
White with #CA8556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8556; }
p { color: rgb(202,133,86); }
H1.HeaderClassName
{
color: #CA8556;
}
.AnyTagClassName
{
color: #CA8556;
}
</style>
background-color css
<style>
a { background-color: #CA8556; }
a { background-color: rgb(202,133,86); }
div.DivClassName
{
background-color: #CA8556;
}
.BgClassName
{
background-color: #CA8556;
}
</style>
border-color css
<style>
span { border-color: #CA8556; }
span { border-color: rgb(202,133,86); }
td.TdClassName
{
border-color: #CA8556;
}
.TagClassName
{
border-color: #CA8556;
}
</style>