Shades of Burning Sand #C1825B
Tints of Burning Sand #C1825B
RGB
CMYK
RGB Variations
Color information
#C1825B (or 0xC1825B) is known color: Burning Sand. HEX triplet: C1, 82 and 5B. RGB value is (193,130,91). Sum of RGB (Red+Green+Blue) = 193+130+91=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C1825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1825B is #3E7DA4. Grayscale: #909090. Windows color (decimal): -4095397 or 5997249. OLE color: 5997249.
HSL color Cylindrical-coordinate representation of color #C1825B: hue angle of 22.94º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1825B is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 130 | 91 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.24 |
| HSL | 22.94º | 0.45% | 0.56% | - |
| HSV(B) | 22.94º | 0.53% | 0.76% | - |
| XYZ | 31.86 | 28.06 | 13.63 | - |
| YUV | 144.39 | 97.87 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 91 | 0 | 0.33 | 0.53 | 0.24 | 22.94 | 0.45 | 0.56 |
| Hex | C1 | 82 | 5B | 0 | 21 | 35 | 18 | 17 | 2D | 38 |
| Octal | 301 | 202 | 133 | 0 | 41 | 65 | 30 | 27 | 55 | 70 |
| Binary | 11000001 | 10000010 | 1011011 | 0 | 100001 | 110101 | 11000 | 10111 | 101101 | 111000 |
Color Harmonies of #C1825B
Complementary color
Monochromatic Colors of #C1825B
Black with #C1825B
Text Example
Text Example
White with #C1825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1825B; }
p { color: rgb(193,130,91); }
H1.HeaderClassName
{
color: #C1825B;
}
.AnyTagClassName
{
color: #C1825B;
}
</style>
background-color css
<style>
a { background-color: #C1825B; }
a { background-color: rgb(193,130,91); }
div.DivClassName
{
background-color: #C1825B;
}
.BgClassName
{
background-color: #C1825B;
}
</style>
border-color css
<style>
span { border-color: #C1825B; }
span { border-color: rgb(193,130,91); }
td.TdClassName
{
border-color: #C1825B;
}
.TagClassName
{
border-color: #C1825B;
}
</style>