Shades of Burning Sand #CA7B60
Tints of Burning Sand #CA7B60
RGB
CMYK
RGB Variations
Color information
#CA7B60 (or 0xCA7B60) is known color: Burning Sand. HEX triplet: CA, 7B and 60. RGB value is (202,123,96). Sum of RGB (Red+Green+Blue) = 202+123+96=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7B60 is #35849F. Grayscale: #8F8F8F. Windows color (decimal): -3507360 or 6323146. OLE color: 6323146.
HSL color Cylindrical-coordinate representation of color #CA7B60: hue angle of 15.28º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA7B60 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 123 | 96 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.21 |
| HSL | 15.28º | 0.5% | 0.58% | - |
| HSV(B) | 15.28º | 0.52% | 0.79% | - |
| XYZ | 33.55 | 27.57 | 14.62 | - |
| YUV | 143.54 | 101.17 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 96 | 0 | 0.39 | 0.52 | 0.21 | 15.28 | 0.5 | 0.58 |
| Hex | CA | 7B | 60 | 0 | 27 | 34 | 15 | F | 32 | 3A |
| Octal | 312 | 173 | 140 | 0 | 47 | 64 | 25 | 17 | 62 | 72 |
| Binary | 11001010 | 1111011 | 1100000 | 0 | 100111 | 110100 | 10101 | 1111 | 110010 | 111010 |
Color Harmonies of #CA7B60
Complementary color
Monochromatic Colors of #CA7B60
Black with #CA7B60
Text Example
Text Example
White with #CA7B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7B60; }
p { color: rgb(202,123,96); }
H1.HeaderClassName
{
color: #CA7B60;
}
.AnyTagClassName
{
color: #CA7B60;
}
</style>
background-color css
<style>
a { background-color: #CA7B60; }
a { background-color: rgb(202,123,96); }
div.DivClassName
{
background-color: #CA7B60;
}
.BgClassName
{
background-color: #CA7B60;
}
</style>
border-color css
<style>
span { border-color: #CA7B60; }
span { border-color: rgb(202,123,96); }
td.TdClassName
{
border-color: #CA7B60;
}
.TagClassName
{
border-color: #CA7B60;
}
</style>