Shades of Burning Sand #CA8561
Tints of Burning Sand #CA8561
RGB
CMYK
RGB Variations
Color information
#CA8561 (or 0xCA8561) is known color: Burning Sand. HEX triplet: CA, 85 and 61. RGB value is (202,133,97). Sum of RGB (Red+Green+Blue) = 202+133+97=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8561 is #357A9E. Grayscale: #959595. Windows color (decimal): -3504799 or 6391242. OLE color: 6391242.
HSL color Cylindrical-coordinate representation of color #CA8561: hue angle of 20.57º 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 #CA8561 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 97 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.21 |
| HSL | 20.57º | 0.5% | 0.59% | - |
| HSV(B) | 20.57º | 0.52% | 0.79% | - |
| XYZ | 34.9 | 30.19 | 15.3 | - |
| YUV | 149.53 | 98.36 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 97 | 0 | 0.34 | 0.52 | 0.21 | 20.57 | 0.5 | 0.59 |
| Hex | CA | 85 | 61 | 0 | 22 | 34 | 15 | 15 | 32 | 3B |
| Octal | 312 | 205 | 141 | 0 | 42 | 64 | 25 | 25 | 62 | 73 |
| Binary | 11001010 | 10000101 | 1100001 | 0 | 100010 | 110100 | 10101 | 10101 | 110010 | 111011 |
Color Harmonies of #CA8561
Complementary color
Monochromatic Colors of #CA8561
Black with #CA8561
Text Example
Text Example
White with #CA8561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8561; }
p { color: rgb(202,133,97); }
H1.HeaderClassName
{
color: #CA8561;
}
.AnyTagClassName
{
color: #CA8561;
}
</style>
background-color css
<style>
a { background-color: #CA8561; }
a { background-color: rgb(202,133,97); }
div.DivClassName
{
background-color: #CA8561;
}
.BgClassName
{
background-color: #CA8561;
}
</style>
border-color css
<style>
span { border-color: #CA8561; }
span { border-color: rgb(202,133,97); }
td.TdClassName
{
border-color: #CA8561;
}
.TagClassName
{
border-color: #CA8561;
}
</style>