Shades of Burning Sand #CA7B5F
Tints of Burning Sand #CA7B5F
RGB
CMYK
RGB Variations
Color information
#CA7B5F (or 0xCA7B5F) is known color: Burning Sand. HEX triplet: CA, 7B and 5F. RGB value is (202,123,95). Sum of RGB (Red+Green+Blue) = 202+123+95=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7B5F is #3584A0. Grayscale: #8F8F8F. Windows color (decimal): -3507361 or 6257610. OLE color: 6257610.
HSL color Cylindrical-coordinate representation of color #CA7B5F: hue angle of 15.7º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA7B5F is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 123 | 95 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.21 |
| HSL | 15.7º | 0.5% | 0.58% | - |
| HSV(B) | 15.7º | 0.53% | 0.79% | - |
| XYZ | 33.51 | 27.55 | 14.38 | - |
| YUV | 143.43 | 100.67 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 95 | 0 | 0.39 | 0.53 | 0.21 | 15.7 | 0.5 | 0.58 |
| Hex | CA | 7B | 5F | 0 | 27 | 35 | 15 | 10 | 32 | 3A |
| Octal | 312 | 173 | 137 | 0 | 47 | 65 | 25 | 20 | 62 | 72 |
| Binary | 11001010 | 1111011 | 1011111 | 0 | 100111 | 110101 | 10101 | 10000 | 110010 | 111010 |
Color Harmonies of #CA7B5F
Complementary color
Monochromatic Colors of #CA7B5F
Black with #CA7B5F
Text Example
Text Example
White with #CA7B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7B5F; }
p { color: rgb(202,123,95); }
H1.HeaderClassName
{
color: #CA7B5F;
}
.AnyTagClassName
{
color: #CA7B5F;
}
</style>
background-color css
<style>
a { background-color: #CA7B5F; }
a { background-color: rgb(202,123,95); }
div.DivClassName
{
background-color: #CA7B5F;
}
.BgClassName
{
background-color: #CA7B5F;
}
</style>
border-color css
<style>
span { border-color: #CA7B5F; }
span { border-color: rgb(202,123,95); }
td.TdClassName
{
border-color: #CA7B5F;
}
.TagClassName
{
border-color: #CA7B5F;
}
</style>