Shades of Burning Sand #CA7F70
Tints of Burning Sand #CA7F70
RGB
CMYK
RGB Variations
Color information
#CA7F70 (or 0xCA7F70) is known color: Burning Sand. HEX triplet: CA, 7F and 70. RGB value is (202,127,112). Sum of RGB (Red+Green+Blue) = 202+127+112=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7F70 is #35808F. Grayscale: #939393. Windows color (decimal): -3506320 or 7372746. OLE color: 7372746.
HSL color Cylindrical-coordinate representation of color #CA7F70: hue angle of 10º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA7F70 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 112 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.21 |
| HSL | 10º | 0.46% | 0.62% | - |
| HSV(B) | 10º | 0.45% | 0.79% | - |
| XYZ | 34.87 | 28.91 | 19.07 | - |
| YUV | 147.72 | 107.85 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 112 | 0 | 0.37 | 0.45 | 0.21 | 10 | 0.46 | 0.62 |
| Hex | CA | 7F | 70 | 0 | 25 | 2D | 15 | A | 2E | 3E |
| Octal | 312 | 177 | 160 | 0 | 45 | 55 | 25 | 12 | 56 | 76 |
| Binary | 11001010 | 1111111 | 1110000 | 0 | 100101 | 101101 | 10101 | 1010 | 101110 | 111110 |
Color Harmonies of #CA7F70
Complementary color
Monochromatic Colors of #CA7F70
Black with #CA7F70
Text Example
Text Example
White with #CA7F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7F70; }
p { color: rgb(202,127,112); }
H1.HeaderClassName
{
color: #CA7F70;
}
.AnyTagClassName
{
color: #CA7F70;
}
</style>
background-color css
<style>
a { background-color: #CA7F70; }
a { background-color: rgb(202,127,112); }
div.DivClassName
{
background-color: #CA7F70;
}
.BgClassName
{
background-color: #CA7F70;
}
</style>
border-color css
<style>
span { border-color: #CA7F70; }
span { border-color: rgb(202,127,112); }
td.TdClassName
{
border-color: #CA7F70;
}
.TagClassName
{
border-color: #CA7F70;
}
</style>