Shades of Burning Sand #CA8065
Tints of Burning Sand #CA8065
RGB
CMYK
RGB Variations
Color information
#CA8065 (or 0xCA8065) is known color: Burning Sand. HEX triplet: CA, 80 and 65. RGB value is (202,128,101). Sum of RGB (Red+Green+Blue) = 202+128+101=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8065 is #357F9A. Grayscale: #939393. Windows color (decimal): -3506075 or 6652106. OLE color: 6652106.
HSL color Cylindrical-coordinate representation of color #CA8065: hue angle of 16.04º 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 #CA8065 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 101 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.21 |
| HSL | 16.04º | 0.49% | 0.59% | - |
| HSV(B) | 16.04º | 0.5% | 0.79% | - |
| XYZ | 34.43 | 28.93 | 16.08 | - |
| YUV | 147.05 | 102.02 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 101 | 0 | 0.37 | 0.50 | 0.21 | 16.04 | 0.49 | 0.59 |
| Hex | CA | 80 | 65 | 0 | 25 | 32 | 15 | 10 | 31 | 3B |
| Octal | 312 | 200 | 145 | 0 | 45 | 62 | 25 | 20 | 61 | 73 |
| Binary | 11001010 | 10000000 | 1100101 | 0 | 100101 | 110010 | 10101 | 10000 | 110001 | 111011 |
Color Harmonies of #CA8065
Complementary color
Monochromatic Colors of #CA8065
Black with #CA8065
Text Example
Text Example
White with #CA8065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8065; }
p { color: rgb(202,128,101); }
H1.HeaderClassName
{
color: #CA8065;
}
.AnyTagClassName
{
color: #CA8065;
}
</style>
background-color css
<style>
a { background-color: #CA8065; }
a { background-color: rgb(202,128,101); }
div.DivClassName
{
background-color: #CA8065;
}
.BgClassName
{
background-color: #CA8065;
}
</style>
border-color css
<style>
span { border-color: #CA8065; }
span { border-color: rgb(202,128,101); }
td.TdClassName
{
border-color: #CA8065;
}
.TagClassName
{
border-color: #CA8065;
}
</style>