Shades of Burning Sand #CA856C
Tints of Burning Sand #CA856C
RGB
CMYK
RGB Variations
Color information
#CA856C (or 0xCA856C) is known color: Burning Sand. HEX triplet: CA, 85 and 6C. RGB value is (202,133,108). Sum of RGB (Red+Green+Blue) = 202+133+108=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA856C is #357A93. Grayscale: #969696. Windows color (decimal): -3504788 or 7112138. OLE color: 7112138.
HSL color Cylindrical-coordinate representation of color #CA856C: hue angle of 15.96º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA856C is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 108 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.21 |
| HSL | 15.96º | 0.47% | 0.61% | - |
| HSV(B) | 15.96º | 0.47% | 0.79% | - |
| XYZ | 35.45 | 30.41 | 18.19 | - |
| YUV | 150.78 | 103.86 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 108 | 0 | 0.34 | 0.47 | 0.21 | 15.96 | 0.47 | 0.61 |
| Hex | CA | 85 | 6C | 0 | 22 | 2F | 15 | 10 | 2F | 3D |
| Octal | 312 | 205 | 154 | 0 | 42 | 57 | 25 | 20 | 57 | 75 |
| Binary | 11001010 | 10000101 | 1101100 | 0 | 100010 | 101111 | 10101 | 10000 | 101111 | 111101 |
Color Harmonies of #CA856C
Complementary color
Monochromatic Colors of #CA856C
Black with #CA856C
Text Example
Text Example
White with #CA856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA856C; }
p { color: rgb(202,133,108); }
H1.HeaderClassName
{
color: #CA856C;
}
.AnyTagClassName
{
color: #CA856C;
}
</style>
background-color css
<style>
a { background-color: #CA856C; }
a { background-color: rgb(202,133,108); }
div.DivClassName
{
background-color: #CA856C;
}
.BgClassName
{
background-color: #CA856C;
}
</style>
border-color css
<style>
span { border-color: #CA856C; }
span { border-color: rgb(202,133,108); }
td.TdClassName
{
border-color: #CA856C;
}
.TagClassName
{
border-color: #CA856C;
}
</style>