Shades of Burning Sand #CA8865
Tints of Burning Sand #CA8865
RGB
CMYK
RGB Variations
Color information
#CA8865 (or 0xCA8865) is known color: Burning Sand. HEX triplet: CA, 88 and 65. RGB value is (202,136,101). Sum of RGB (Red+Green+Blue) = 202+136+101=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8865 is #35779A. Grayscale: #979797. Windows color (decimal): -3504027 or 6654154. OLE color: 6654154.
HSL color Cylindrical-coordinate representation of color #CA8865: hue angle of 20.79º 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 #CA8865 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 136 | 101 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.21 |
| HSL | 20.79º | 0.49% | 0.59% | - |
| HSV(B) | 20.79º | 0.5% | 0.79% | - |
| XYZ | 35.51 | 31.1 | 16.44 | - |
| YUV | 151.74 | 99.37 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 101 | 0 | 0.33 | 0.50 | 0.21 | 20.79 | 0.49 | 0.59 |
| Hex | CA | 88 | 65 | 0 | 21 | 32 | 15 | 15 | 31 | 3B |
| Octal | 312 | 210 | 145 | 0 | 41 | 62 | 25 | 25 | 61 | 73 |
| Binary | 11001010 | 10001000 | 1100101 | 0 | 100001 | 110010 | 10101 | 10101 | 110001 | 111011 |
Color Harmonies of #CA8865
Complementary color
Monochromatic Colors of #CA8865
Black with #CA8865
Text Example
Text Example
White with #CA8865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8865; }
p { color: rgb(202,136,101); }
H1.HeaderClassName
{
color: #CA8865;
}
.AnyTagClassName
{
color: #CA8865;
}
</style>
background-color css
<style>
a { background-color: #CA8865; }
a { background-color: rgb(202,136,101); }
div.DivClassName
{
background-color: #CA8865;
}
.BgClassName
{
background-color: #CA8865;
}
</style>
border-color css
<style>
span { border-color: #CA8865; }
span { border-color: rgb(202,136,101); }
td.TdClassName
{
border-color: #CA8865;
}
.TagClassName
{
border-color: #CA8865;
}
</style>