Shades of Burning Sand #C38967
Tints of Burning Sand #C38967
RGB
CMYK
RGB Variations
Color information
#C38967 (or 0xC38967) is known color: Burning Sand. HEX triplet: C3, 89 and 67. RGB value is (195,137,103). Sum of RGB (Red+Green+Blue) = 195+137+103=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C38967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38967 is #3C7698. Grayscale: #969696. Windows color (decimal): -3962521 or 6785475. OLE color: 6785475.
HSL color Cylindrical-coordinate representation of color #C38967: hue angle of 22.17º 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 #C38967 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 137 | 103 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.24 |
| HSL | 22.17º | 0.43% | 0.58% | - |
| HSV(B) | 22.17º | 0.47% | 0.76% | - |
| XYZ | 33.9 | 30.47 | 16.93 | - |
| YUV | 150.47 | 101.22 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 103 | 0 | 0.30 | 0.47 | 0.24 | 22.17 | 0.43 | 0.58 |
| Hex | C3 | 89 | 67 | 0 | 1E | 2F | 18 | 16 | 2B | 3A |
| Octal | 303 | 211 | 147 | 0 | 36 | 57 | 30 | 26 | 53 | 72 |
| Binary | 11000011 | 10001001 | 1100111 | 0 | 11110 | 101111 | 11000 | 10110 | 101011 | 111010 |
Color Harmonies of #C38967
Complementary color
Monochromatic Colors of #C38967
Black with #C38967
Text Example
Text Example
White with #C38967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38967; }
p { color: rgb(195,137,103); }
H1.HeaderClassName
{
color: #C38967;
}
.AnyTagClassName
{
color: #C38967;
}
</style>
background-color css
<style>
a { background-color: #C38967; }
a { background-color: rgb(195,137,103); }
div.DivClassName
{
background-color: #C38967;
}
.BgClassName
{
background-color: #C38967;
}
</style>
border-color css
<style>
span { border-color: #C38967; }
span { border-color: rgb(195,137,103); }
td.TdClassName
{
border-color: #C38967;
}
.TagClassName
{
border-color: #C38967;
}
</style>