Shades of Burning Sand #CA8659
Tints of Burning Sand #CA8659
RGB
CMYK
RGB Variations
Color information
#CA8659 (or 0xCA8659) is known color: Burning Sand. HEX triplet: CA, 86 and 59. RGB value is (202,134,89). Sum of RGB (Red+Green+Blue) = 202+134+89=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8659 is #3579A6. Grayscale: #959595. Windows color (decimal): -3504551 or 5867210. OLE color: 5867210.
HSL color Cylindrical-coordinate representation of color #CA8659: hue angle of 23.89º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA8659 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 89 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.21 |
| HSL | 23.89º | 0.52% | 0.57% | - |
| HSV(B) | 23.89º | 0.56% | 0.79% | - |
| XYZ | 34.69 | 30.33 | 13.48 | - |
| YUV | 149.2 | 94.03 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 89 | 0 | 0.34 | 0.56 | 0.21 | 23.89 | 0.52 | 0.57 |
| Hex | CA | 86 | 59 | 0 | 22 | 38 | 15 | 18 | 34 | 39 |
| Octal | 312 | 206 | 131 | 0 | 42 | 70 | 25 | 30 | 64 | 71 |
| Binary | 11001010 | 10000110 | 1011001 | 0 | 100010 | 111000 | 10101 | 11000 | 110100 | 111001 |
Color Harmonies of #CA8659
Complementary color
Monochromatic Colors of #CA8659
Black with #CA8659
Text Example
Text Example
White with #CA8659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8659; }
p { color: rgb(202,134,89); }
H1.HeaderClassName
{
color: #CA8659;
}
.AnyTagClassName
{
color: #CA8659;
}
</style>
background-color css
<style>
a { background-color: #CA8659; }
a { background-color: rgb(202,134,89); }
div.DivClassName
{
background-color: #CA8659;
}
.BgClassName
{
background-color: #CA8659;
}
</style>
border-color css
<style>
span { border-color: #CA8659; }
span { border-color: rgb(202,134,89); }
td.TdClassName
{
border-color: #CA8659;
}
.TagClassName
{
border-color: #CA8659;
}
</style>