Shades of Burning Sand #C38863
Tints of Burning Sand #C38863
RGB
CMYK
RGB Variations
Color information
#C38863 (or 0xC38863) is known color: Burning Sand. HEX triplet: C3, 88 and 63. RGB value is (195,136,99). Sum of RGB (Red+Green+Blue) = 195+136+99=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 99 (39.06% from 255 or 23.02% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C38863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38863 is #3C779C. Grayscale: #959595. Windows color (decimal): -3962781 or 6523075. OLE color: 6523075.
HSL color Cylindrical-coordinate representation of color #C38863: hue angle of 23.12º 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 #C38863 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 136 | 99 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.24 |
| HSL | 23.13º | 0.44% | 0.58% | - |
| HSV(B) | 23.13º | 0.49% | 0.76% | - |
| XYZ | 33.56 | 30.11 | 15.85 | - |
| YUV | 149.42 | 99.55 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 99 | 0 | 0.30 | 0.49 | 0.24 | 23.13 | 0.44 | 0.58 |
| Hex | C3 | 88 | 63 | 0 | 1E | 31 | 18 | 17 | 2C | 3A |
| Octal | 303 | 210 | 143 | 0 | 36 | 61 | 30 | 27 | 54 | 72 |
| Binary | 11000011 | 10001000 | 1100011 | 0 | 11110 | 110001 | 11000 | 10111 | 101100 | 111010 |
Color Harmonies of #C38863
Complementary color
Monochromatic Colors of #C38863
Black with #C38863
Text Example
Text Example
White with #C38863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38863; }
p { color: rgb(195,136,99); }
H1.HeaderClassName
{
color: #C38863;
}
.AnyTagClassName
{
color: #C38863;
}
</style>
background-color css
<style>
a { background-color: #C38863; }
a { background-color: rgb(195,136,99); }
div.DivClassName
{
background-color: #C38863;
}
.BgClassName
{
background-color: #C38863;
}
</style>
border-color css
<style>
span { border-color: #C38863; }
span { border-color: rgb(195,136,99); }
td.TdClassName
{
border-color: #C38863;
}
.TagClassName
{
border-color: #C38863;
}
</style>