Shades of Burning Sand #CA7F6E
Tints of Burning Sand #CA7F6E
RGB
CMYK
RGB Variations
Color information
#CA7F6E (or 0xCA7F6E) is known color: Burning Sand. HEX triplet: CA, 7F and 6E. RGB value is (202,127,110). Sum of RGB (Red+Green+Blue) = 202+127+110=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7F6E is #358091. Grayscale: #939393. Windows color (decimal): -3506322 or 7241674. OLE color: 7241674.
HSL color Cylindrical-coordinate representation of color #CA7F6E: hue angle of 11.09º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA7F6E is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 110 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.21 |
| HSL | 11.09º | 0.46% | 0.61% | - |
| HSV(B) | 11.09º | 0.46% | 0.79% | - |
| XYZ | 34.76 | 28.86 | 18.49 | - |
| YUV | 147.49 | 106.85 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 110 | 0 | 0.37 | 0.46 | 0.21 | 11.09 | 0.46 | 0.61 |
| Hex | CA | 7F | 6E | 0 | 25 | 2E | 15 | B | 2E | 3D |
| Octal | 312 | 177 | 156 | 0 | 45 | 56 | 25 | 13 | 56 | 75 |
| Binary | 11001010 | 1111111 | 1101110 | 0 | 100101 | 101110 | 10101 | 1011 | 101110 | 111101 |
Color Harmonies of #CA7F6E
Complementary color
Monochromatic Colors of #CA7F6E
Black with #CA7F6E
Text Example
Text Example
White with #CA7F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7F6E; }
p { color: rgb(202,127,110); }
H1.HeaderClassName
{
color: #CA7F6E;
}
.AnyTagClassName
{
color: #CA7F6E;
}
</style>
background-color css
<style>
a { background-color: #CA7F6E; }
a { background-color: rgb(202,127,110); }
div.DivClassName
{
background-color: #CA7F6E;
}
.BgClassName
{
background-color: #CA7F6E;
}
</style>
border-color css
<style>
span { border-color: #CA7F6E; }
span { border-color: rgb(202,127,110); }
td.TdClassName
{
border-color: #CA7F6E;
}
.TagClassName
{
border-color: #CA7F6E;
}
</style>