Shades of Burning Sand #CA846B
Tints of Burning Sand #CA846B
RGB
CMYK
RGB Variations
Color information
#CA846B (or 0xCA846B) is known color: Burning Sand. HEX triplet: CA, 84 and 6B. RGB value is (202,132,107). Sum of RGB (Red+Green+Blue) = 202+132+107=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA846B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA846B is #357B94. Grayscale: #969696. Windows color (decimal): -3505045 or 7046346. OLE color: 7046346.
HSL color Cylindrical-coordinate representation of color #CA846B: hue angle of 15.79º 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 #CA846B is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 132 | 107 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.21 |
| HSL | 15.79º | 0.47% | 0.61% | - |
| HSV(B) | 15.79º | 0.47% | 0.79% | - |
| XYZ | 35.26 | 30.12 | 17.87 | - |
| YUV | 150.08 | 103.69 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 107 | 0 | 0.35 | 0.47 | 0.21 | 15.79 | 0.47 | 0.61 |
| Hex | CA | 84 | 6B | 0 | 23 | 2F | 15 | 10 | 2F | 3D |
| Octal | 312 | 204 | 153 | 0 | 43 | 57 | 25 | 20 | 57 | 75 |
| Binary | 11001010 | 10000100 | 1101011 | 0 | 100011 | 101111 | 10101 | 10000 | 101111 | 111101 |
Color Harmonies of #CA846B
Complementary color
Monochromatic Colors of #CA846B
Black with #CA846B
Text Example
Text Example
White with #CA846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA846B; }
p { color: rgb(202,132,107); }
H1.HeaderClassName
{
color: #CA846B;
}
.AnyTagClassName
{
color: #CA846B;
}
</style>
background-color css
<style>
a { background-color: #CA846B; }
a { background-color: rgb(202,132,107); }
div.DivClassName
{
background-color: #CA846B;
}
.BgClassName
{
background-color: #CA846B;
}
</style>
border-color css
<style>
span { border-color: #CA846B; }
span { border-color: rgb(202,132,107); }
td.TdClassName
{
border-color: #CA846B;
}
.TagClassName
{
border-color: #CA846B;
}
</style>