Shades of Burning Sand #CA7D59
Tints of Burning Sand #CA7D59
RGB
CMYK
RGB Variations
Color information
#CA7D59 (or 0xCA7D59) is known color: Burning Sand. HEX triplet: CA, 7D and 59. RGB value is (202,125,89). Sum of RGB (Red+Green+Blue) = 202+125+89=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 89 (35.16% from 255 or 21.39% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7D59 is #3582A6. Grayscale: #909090. Windows color (decimal): -3506855 or 5864906. OLE color: 5864906.
HSL color Cylindrical-coordinate representation of color #CA7D59: hue angle of 19.12º 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 #CA7D59 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 125 | 89 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.21 |
| HSL | 19.12º | 0.52% | 0.57% | - |
| HSV(B) | 19.12º | 0.56% | 0.79% | - |
| XYZ | 33.49 | 27.95 | 13.08 | - |
| YUV | 143.92 | 97.01 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 89 | 0 | 0.38 | 0.56 | 0.21 | 19.12 | 0.52 | 0.57 |
| Hex | CA | 7D | 59 | 0 | 26 | 38 | 15 | 13 | 34 | 39 |
| Octal | 312 | 175 | 131 | 0 | 46 | 70 | 25 | 23 | 64 | 71 |
| Binary | 11001010 | 1111101 | 1011001 | 0 | 100110 | 111000 | 10101 | 10011 | 110100 | 111001 |
Color Harmonies of #CA7D59
Complementary color
Monochromatic Colors of #CA7D59
Black with #CA7D59
Text Example
Text Example
White with #CA7D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7D59; }
p { color: rgb(202,125,89); }
H1.HeaderClassName
{
color: #CA7D59;
}
.AnyTagClassName
{
color: #CA7D59;
}
</style>
background-color css
<style>
a { background-color: #CA7D59; }
a { background-color: rgb(202,125,89); }
div.DivClassName
{
background-color: #CA7D59;
}
.BgClassName
{
background-color: #CA7D59;
}
</style>
border-color css
<style>
span { border-color: #CA7D59; }
span { border-color: rgb(202,125,89); }
td.TdClassName
{
border-color: #CA7D59;
}
.TagClassName
{
border-color: #CA7D59;
}
</style>