Shades of Burning Sand #CA7E63
Tints of Burning Sand #CA7E63
RGB
CMYK
RGB Variations
Color information
#CA7E63 (or 0xCA7E63) is known color: Burning Sand. HEX triplet: CA, 7E and 63. RGB value is (202,126,99). Sum of RGB (Red+Green+Blue) = 202+126+99=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7E63 is #35819C. Grayscale: #919191. Windows color (decimal): -3506589 or 6520522. OLE color: 6520522.
HSL color Cylindrical-coordinate representation of color #CA7E63: hue angle of 15.73º 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 #CA7E63 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 126 | 99 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.21 |
| HSL | 15.73º | 0.49% | 0.59% | - |
| HSV(B) | 15.73º | 0.51% | 0.79% | - |
| XYZ | 34.07 | 28.38 | 15.49 | - |
| YUV | 145.65 | 101.68 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 126 | 99 | 0 | 0.38 | 0.51 | 0.21 | 15.73 | 0.49 | 0.59 |
| Hex | CA | 7E | 63 | 0 | 26 | 33 | 15 | 10 | 31 | 3B |
| Octal | 312 | 176 | 143 | 0 | 46 | 63 | 25 | 20 | 61 | 73 |
| Binary | 11001010 | 1111110 | 1100011 | 0 | 100110 | 110011 | 10101 | 10000 | 110001 | 111011 |
Color Harmonies of #CA7E63
Complementary color
Monochromatic Colors of #CA7E63
Black with #CA7E63
Text Example
Text Example
White with #CA7E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7E63; }
p { color: rgb(202,126,99); }
H1.HeaderClassName
{
color: #CA7E63;
}
.AnyTagClassName
{
color: #CA7E63;
}
</style>
background-color css
<style>
a { background-color: #CA7E63; }
a { background-color: rgb(202,126,99); }
div.DivClassName
{
background-color: #CA7E63;
}
.BgClassName
{
background-color: #CA7E63;
}
</style>
border-color css
<style>
span { border-color: #CA7E63; }
span { border-color: rgb(202,126,99); }
td.TdClassName
{
border-color: #CA7E63;
}
.TagClassName
{
border-color: #CA7E63;
}
</style>