Shades of Burning Sand #C1825D
Tints of Burning Sand #C1825D
RGB
CMYK
RGB Variations
Color information
#C1825D (or 0xC1825D) is known color: Burning Sand. HEX triplet: C1, 82 and 5D. RGB value is (193,130,93). Sum of RGB (Red+Green+Blue) = 193+130+93=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1825D is #3E7DA2. Grayscale: #909090. Windows color (decimal): -4095395 or 6128321. OLE color: 6128321.
HSL color Cylindrical-coordinate representation of color #C1825D: hue angle of 22.2º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C1825D is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 130 | 93 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.24 |
| HSL | 22.2º | 0.45% | 0.56% | - |
| HSV(B) | 22.2º | 0.52% | 0.76% | - |
| XYZ | 31.95 | 28.09 | 14.09 | - |
| YUV | 144.62 | 98.87 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 93 | 0 | 0.33 | 0.52 | 0.24 | 22.2 | 0.45 | 0.56 |
| Hex | C1 | 82 | 5D | 0 | 21 | 34 | 18 | 16 | 2D | 38 |
| Octal | 301 | 202 | 135 | 0 | 41 | 64 | 30 | 26 | 55 | 70 |
| Binary | 11000001 | 10000010 | 1011101 | 0 | 100001 | 110100 | 11000 | 10110 | 101101 | 111000 |
Color Harmonies of #C1825D
Complementary color
Monochromatic Colors of #C1825D
Black with #C1825D
Text Example
Text Example
White with #C1825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1825D; }
p { color: rgb(193,130,93); }
H1.HeaderClassName
{
color: #C1825D;
}
.AnyTagClassName
{
color: #C1825D;
}
</style>
background-color css
<style>
a { background-color: #C1825D; }
a { background-color: rgb(193,130,93); }
div.DivClassName
{
background-color: #C1825D;
}
.BgClassName
{
background-color: #C1825D;
}
</style>
border-color css
<style>
span { border-color: #C1825D; }
span { border-color: rgb(193,130,93); }
td.TdClassName
{
border-color: #C1825D;
}
.TagClassName
{
border-color: #C1825D;
}
</style>