Shades of Burning Sand #C38867
Tints of Burning Sand #C38867
RGB
CMYK
RGB Variations
Color information
#C38867 (or 0xC38867) is known color: Burning Sand. HEX triplet: C3, 88 and 67. RGB value is (195,136,103). Sum of RGB (Red+Green+Blue) = 195+136+103=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C38867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38867 is #3C7798. Grayscale: #969696. Windows color (decimal): -3962777 or 6785219. OLE color: 6785219.
HSL color Cylindrical-coordinate representation of color #C38867: hue angle of 21.52º 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 #C38867 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 136 | 103 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.24 |
| HSL | 21.52º | 0.43% | 0.58% | - |
| HSV(B) | 21.52º | 0.47% | 0.76% | - |
| XYZ | 33.76 | 30.19 | 16.88 | - |
| YUV | 149.88 | 101.55 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 103 | 0 | 0.30 | 0.47 | 0.24 | 21.52 | 0.43 | 0.58 |
| Hex | C3 | 88 | 67 | 0 | 1E | 2F | 18 | 16 | 2B | 3A |
| Octal | 303 | 210 | 147 | 0 | 36 | 57 | 30 | 26 | 53 | 72 |
| Binary | 11000011 | 10001000 | 1100111 | 0 | 11110 | 101111 | 11000 | 10110 | 101011 | 111010 |
Color Harmonies of #C38867
Complementary color
Monochromatic Colors of #C38867
Black with #C38867
Text Example
Text Example
White with #C38867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38867; }
p { color: rgb(195,136,103); }
H1.HeaderClassName
{
color: #C38867;
}
.AnyTagClassName
{
color: #C38867;
}
</style>
background-color css
<style>
a { background-color: #C38867; }
a { background-color: rgb(195,136,103); }
div.DivClassName
{
background-color: #C38867;
}
.BgClassName
{
background-color: #C38867;
}
</style>
border-color css
<style>
span { border-color: #C38867; }
span { border-color: rgb(195,136,103); }
td.TdClassName
{
border-color: #C38867;
}
.TagClassName
{
border-color: #C38867;
}
</style>