Shades of Burning Sand #CA7E6F
Tints of Burning Sand #CA7E6F
RGB
CMYK
RGB Variations
Color information
#CA7E6F (or 0xCA7E6F) is known color: Burning Sand. HEX triplet: CA, 7E and 6F. RGB value is (202,126,111). Sum of RGB (Red+Green+Blue) = 202+126+111=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7E6F is #358190. Grayscale: #939393. Windows color (decimal): -3506577 or 7306954. OLE color: 7306954.
HSL color Cylindrical-coordinate representation of color #CA7E6F: hue angle of 9.89º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA7E6F is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 126 | 111 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.21 |
| HSL | 9.89º | 0.46% | 0.61% | - |
| HSV(B) | 9.89º | 0.45% | 0.79% | - |
| XYZ | 34.69 | 28.63 | 18.74 | - |
| YUV | 147.01 | 107.68 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 126 | 111 | 0 | 0.38 | 0.45 | 0.21 | 9.89 | 0.46 | 0.61 |
| Hex | CA | 7E | 6F | 0 | 26 | 2D | 15 | A | 2E | 3D |
| Octal | 312 | 176 | 157 | 0 | 46 | 55 | 25 | 12 | 56 | 75 |
| Binary | 11001010 | 1111110 | 1101111 | 0 | 100110 | 101101 | 10101 | 1010 | 101110 | 111101 |
Color Harmonies of #CA7E6F
Complementary color
Monochromatic Colors of #CA7E6F
Black with #CA7E6F
Text Example
Text Example
White with #CA7E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7E6F; }
p { color: rgb(202,126,111); }
H1.HeaderClassName
{
color: #CA7E6F;
}
.AnyTagClassName
{
color: #CA7E6F;
}
</style>
background-color css
<style>
a { background-color: #CA7E6F; }
a { background-color: rgb(202,126,111); }
div.DivClassName
{
background-color: #CA7E6F;
}
.BgClassName
{
background-color: #CA7E6F;
}
</style>
border-color css
<style>
span { border-color: #CA7E6F; }
span { border-color: rgb(202,126,111); }
td.TdClassName
{
border-color: #CA7E6F;
}
.TagClassName
{
border-color: #CA7E6F;
}
</style>