Shades of Burning Sand #C38564
Tints of Burning Sand #C38564
RGB
CMYK
RGB Variations
Color information
#C38564 (or 0xC38564) is known color: Burning Sand. HEX triplet: C3, 85 and 64. RGB value is (195,133,100). Sum of RGB (Red+Green+Blue) = 195+133+100=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 100 (39.45% from 255 or 23.36% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C38564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38564 is #3C7A9B. Grayscale: #939393. Windows color (decimal): -3963548 or 6587843. OLE color: 6587843.
HSL color Cylindrical-coordinate representation of color #C38564: hue angle of 20.84º 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 #C38564 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 100 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.24 |
| HSL | 20.84º | 0.44% | 0.58% | - |
| HSV(B) | 20.84º | 0.49% | 0.76% | - |
| XYZ | 33.19 | 29.3 | 15.96 | - |
| YUV | 147.78 | 101.04 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 100 | 0 | 0.32 | 0.49 | 0.24 | 20.84 | 0.44 | 0.58 |
| Hex | C3 | 85 | 64 | 0 | 20 | 31 | 18 | 15 | 2C | 3A |
| Octal | 303 | 205 | 144 | 0 | 40 | 61 | 30 | 25 | 54 | 72 |
| Binary | 11000011 | 10000101 | 1100100 | 0 | 100000 | 110001 | 11000 | 10101 | 101100 | 111010 |
Color Harmonies of #C38564
Complementary color
Monochromatic Colors of #C38564
Black with #C38564
Text Example
Text Example
White with #C38564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38564; }
p { color: rgb(195,133,100); }
H1.HeaderClassName
{
color: #C38564;
}
.AnyTagClassName
{
color: #C38564;
}
</style>
background-color css
<style>
a { background-color: #C38564; }
a { background-color: rgb(195,133,100); }
div.DivClassName
{
background-color: #C38564;
}
.BgClassName
{
background-color: #C38564;
}
</style>
border-color css
<style>
span { border-color: #C38564; }
span { border-color: rgb(195,133,100); }
td.TdClassName
{
border-color: #C38564;
}
.TagClassName
{
border-color: #C38564;
}
</style>