Shades of Burning Sand #CA7D63
Tints of Burning Sand #CA7D63
RGB
CMYK
RGB Variations
Color information
#CA7D63 (or 0xCA7D63) is known color: Burning Sand. HEX triplet: CA, 7D and 63. RGB value is (202,125,99). Sum of RGB (Red+Green+Blue) = 202+125+99=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 99 (39.06% from 255 or 23.24% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7D63 is #35829C. Grayscale: #919191. Windows color (decimal): -3506845 or 6520266. OLE color: 6520266.
HSL color Cylindrical-coordinate representation of color #CA7D63: hue angle of 15.15º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA7D63 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 125 | 99 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.21 |
| HSL | 15.15º | 0.49% | 0.59% | - |
| HSV(B) | 15.15º | 0.51% | 0.79% | - |
| XYZ | 33.94 | 28.12 | 15.44 | - |
| YUV | 145.06 | 102.01 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 99 | 0 | 0.38 | 0.51 | 0.21 | 15.15 | 0.49 | 0.59 |
| Hex | CA | 7D | 63 | 0 | 26 | 33 | 15 | F | 31 | 3B |
| Octal | 312 | 175 | 143 | 0 | 46 | 63 | 25 | 17 | 61 | 73 |
| Binary | 11001010 | 1111101 | 1100011 | 0 | 100110 | 110011 | 10101 | 1111 | 110001 | 111011 |
Color Harmonies of #CA7D63
Complementary color
Monochromatic Colors of #CA7D63
Black with #CA7D63
Text Example
Text Example
White with #CA7D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7D63; }
p { color: rgb(202,125,99); }
H1.HeaderClassName
{
color: #CA7D63;
}
.AnyTagClassName
{
color: #CA7D63;
}
</style>
background-color css
<style>
a { background-color: #CA7D63; }
a { background-color: rgb(202,125,99); }
div.DivClassName
{
background-color: #CA7D63;
}
.BgClassName
{
background-color: #CA7D63;
}
</style>
border-color css
<style>
span { border-color: #CA7D63; }
span { border-color: rgb(202,125,99); }
td.TdClassName
{
border-color: #CA7D63;
}
.TagClassName
{
border-color: #CA7D63;
}
</style>