Shades of Burning Sand #C38563
Tints of Burning Sand #C38563
RGB
CMYK
RGB Variations
Color information
#C38563 (or 0xC38563) is known color: Burning Sand. HEX triplet: C3, 85 and 63. RGB value is (195,133,99). Sum of RGB (Red+Green+Blue) = 195+133+99=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C38563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38563 is #3C7A9C. Grayscale: #939393. Windows color (decimal): -3963549 or 6522307. OLE color: 6522307.
HSL color Cylindrical-coordinate representation of color #C38563: hue angle of 21.25º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C38563 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 99 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.24 |
| HSL | 21.25º | 0.44% | 0.58% | - |
| HSV(B) | 21.25º | 0.49% | 0.76% | - |
| XYZ | 33.15 | 29.28 | 15.71 | - |
| YUV | 147.66 | 100.54 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 99 | 0 | 0.32 | 0.49 | 0.24 | 21.25 | 0.44 | 0.58 |
| Hex | C3 | 85 | 63 | 0 | 20 | 31 | 18 | 15 | 2C | 3A |
| Octal | 303 | 205 | 143 | 0 | 40 | 61 | 30 | 25 | 54 | 72 |
| Binary | 11000011 | 10000101 | 1100011 | 0 | 100000 | 110001 | 11000 | 10101 | 101100 | 111010 |
Color Harmonies of #C38563
Complementary color
Monochromatic Colors of #C38563
Black with #C38563
Text Example
Text Example
White with #C38563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38563; }
p { color: rgb(195,133,99); }
H1.HeaderClassName
{
color: #C38563;
}
.AnyTagClassName
{
color: #C38563;
}
</style>
background-color css
<style>
a { background-color: #C38563; }
a { background-color: rgb(195,133,99); }
div.DivClassName
{
background-color: #C38563;
}
.BgClassName
{
background-color: #C38563;
}
</style>
border-color css
<style>
span { border-color: #C38563; }
span { border-color: rgb(195,133,99); }
td.TdClassName
{
border-color: #C38563;
}
.TagClassName
{
border-color: #C38563;
}
</style>