Shades of Burning Sand #CA836E
Tints of Burning Sand #CA836E
RGB
CMYK
RGB Variations
Color information
#CA836E (or 0xCA836E) is known color: Burning Sand. HEX triplet: CA, 83 and 6E. RGB value is (202,131,110). Sum of RGB (Red+Green+Blue) = 202+131+110=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA836E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA836E is #357C91. Grayscale: #959595. Windows color (decimal): -3505298 or 7242698. OLE color: 7242698.
HSL color Cylindrical-coordinate representation of color #CA836E: hue angle of 13.7º 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 #CA836E is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 131 | 110 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.21 |
| HSL | 13.7º | 0.46% | 0.61% | - |
| HSV(B) | 13.7º | 0.46% | 0.79% | - |
| XYZ | 35.29 | 29.91 | 18.67 | - |
| YUV | 149.84 | 105.52 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 131 | 110 | 0 | 0.35 | 0.46 | 0.21 | 13.7 | 0.46 | 0.61 |
| Hex | CA | 83 | 6E | 0 | 23 | 2E | 15 | E | 2E | 3D |
| Octal | 312 | 203 | 156 | 0 | 43 | 56 | 25 | 16 | 56 | 75 |
| Binary | 11001010 | 10000011 | 1101110 | 0 | 100011 | 101110 | 10101 | 1110 | 101110 | 111101 |
Color Harmonies of #CA836E
Complementary color
Monochromatic Colors of #CA836E
Black with #CA836E
Text Example
Text Example
White with #CA836E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA836E; }
p { color: rgb(202,131,110); }
H1.HeaderClassName
{
color: #CA836E;
}
.AnyTagClassName
{
color: #CA836E;
}
</style>
background-color css
<style>
a { background-color: #CA836E; }
a { background-color: rgb(202,131,110); }
div.DivClassName
{
background-color: #CA836E;
}
.BgClassName
{
background-color: #CA836E;
}
</style>
border-color css
<style>
span { border-color: #CA836E; }
span { border-color: rgb(202,131,110); }
td.TdClassName
{
border-color: #CA836E;
}
.TagClassName
{
border-color: #CA836E;
}
</style>