Shades of Burning Sand #C3815D
Tints of Burning Sand #C3815D
RGB
CMYK
RGB Variations
Color information
#C3815D (or 0xC3815D) is known color: Burning Sand. HEX triplet: C3, 81 and 5D. RGB value is (195,129,93). Sum of RGB (Red+Green+Blue) = 195+129+93=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C3815D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3815D is #3C7EA2. Grayscale: #909090. Windows color (decimal): -3964579 or 6128067. OLE color: 6128067.
HSL color Cylindrical-coordinate representation of color #C3815D: hue angle of 21.18º degrees, saturation: 0.46, 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 #C3815D is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 129 | 93 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.24 |
| HSL | 21.18º | 0.46% | 0.56% | - |
| HSV(B) | 21.18º | 0.52% | 0.76% | - |
| XYZ | 32.33 | 28.09 | 14.07 | - |
| YUV | 144.63 | 98.87 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 93 | 0 | 0.34 | 0.52 | 0.24 | 21.18 | 0.46 | 0.56 |
| Hex | C3 | 81 | 5D | 0 | 22 | 34 | 18 | 15 | 2E | 38 |
| Octal | 303 | 201 | 135 | 0 | 42 | 64 | 30 | 25 | 56 | 70 |
| Binary | 11000011 | 10000001 | 1011101 | 0 | 100010 | 110100 | 11000 | 10101 | 101110 | 111000 |
Color Harmonies of #C3815D
Complementary color
Monochromatic Colors of #C3815D
Black with #C3815D
Text Example
Text Example
White with #C3815D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3815D; }
p { color: rgb(195,129,93); }
H1.HeaderClassName
{
color: #C3815D;
}
.AnyTagClassName
{
color: #C3815D;
}
</style>
background-color css
<style>
a { background-color: #C3815D; }
a { background-color: rgb(195,129,93); }
div.DivClassName
{
background-color: #C3815D;
}
.BgClassName
{
background-color: #C3815D;
}
</style>
border-color css
<style>
span { border-color: #C3815D; }
span { border-color: rgb(195,129,93); }
td.TdClassName
{
border-color: #C3815D;
}
.TagClassName
{
border-color: #C3815D;
}
</style>