Shades of Burning Sand #C38567
Tints of Burning Sand #C38567
RGB
CMYK
RGB Variations
Color information
#C38567 (or 0xC38567) is known color: Burning Sand. HEX triplet: C3, 85 and 67. RGB value is (195,133,103). Sum of RGB (Red+Green+Blue) = 195+133+103=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C38567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38567 is #3C7A98. Grayscale: #949494. Windows color (decimal): -3963545 or 6784451. OLE color: 6784451.
HSL color Cylindrical-coordinate representation of color #C38567: hue angle of 19.57º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C38567 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 103 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.24 |
| HSL | 19.57º | 0.43% | 0.58% | - |
| HSV(B) | 19.57º | 0.47% | 0.76% | - |
| XYZ | 33.34 | 29.36 | 16.74 | - |
| YUV | 148.12 | 102.54 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 103 | 0 | 0.32 | 0.47 | 0.24 | 19.57 | 0.43 | 0.58 |
| Hex | C3 | 85 | 67 | 0 | 20 | 2F | 18 | 14 | 2B | 3A |
| Octal | 303 | 205 | 147 | 0 | 40 | 57 | 30 | 24 | 53 | 72 |
| Binary | 11000011 | 10000101 | 1100111 | 0 | 100000 | 101111 | 11000 | 10100 | 101011 | 111010 |
Color Harmonies of #C38567
Complementary color
Monochromatic Colors of #C38567
Black with #C38567
Text Example
Text Example
White with #C38567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38567; }
p { color: rgb(195,133,103); }
H1.HeaderClassName
{
color: #C38567;
}
.AnyTagClassName
{
color: #C38567;
}
</style>
background-color css
<style>
a { background-color: #C38567; }
a { background-color: rgb(195,133,103); }
div.DivClassName
{
background-color: #C38567;
}
.BgClassName
{
background-color: #C38567;
}
</style>
border-color css
<style>
span { border-color: #C38567; }
span { border-color: rgb(195,133,103); }
td.TdClassName
{
border-color: #C38567;
}
.TagClassName
{
border-color: #C38567;
}
</style>