Shades of Burning Sand #C37D69
Tints of Burning Sand #C37D69
RGB
CMYK
RGB Variations
Color information
#C37D69 (or 0xC37D69) is known color: Burning Sand. HEX triplet: C3, 7D and 69. RGB value is (195,125,105). Sum of RGB (Red+Green+Blue) = 195+125+105=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37D69 is #3C8296. Grayscale: #8F8F8F. Windows color (decimal): -3965591 or 6913475. OLE color: 6913475.
HSL color Cylindrical-coordinate representation of color #C37D69: hue angle of 13.33º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C37D69 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 105 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.24 |
| HSL | 13.33º | 0.43% | 0.59% | - |
| HSV(B) | 13.33º | 0.46% | 0.76% | - |
| XYZ | 32.39 | 27.29 | 16.92 | - |
| YUV | 143.65 | 106.19 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 105 | 0 | 0.36 | 0.46 | 0.24 | 13.33 | 0.43 | 0.59 |
| Hex | C3 | 7D | 69 | 0 | 24 | 2E | 18 | D | 2B | 3B |
| Octal | 303 | 175 | 151 | 0 | 44 | 56 | 30 | 15 | 53 | 73 |
| Binary | 11000011 | 1111101 | 1101001 | 0 | 100100 | 101110 | 11000 | 1101 | 101011 | 111011 |
Color Harmonies of #C37D69
Complementary color
Monochromatic Colors of #C37D69
Black with #C37D69
Text Example
Text Example
White with #C37D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37D69; }
p { color: rgb(195,125,105); }
H1.HeaderClassName
{
color: #C37D69;
}
.AnyTagClassName
{
color: #C37D69;
}
</style>
background-color css
<style>
a { background-color: #C37D69; }
a { background-color: rgb(195,125,105); }
div.DivClassName
{
background-color: #C37D69;
}
.BgClassName
{
background-color: #C37D69;
}
</style>
border-color css
<style>
span { border-color: #C37D69; }
span { border-color: rgb(195,125,105); }
td.TdClassName
{
border-color: #C37D69;
}
.TagClassName
{
border-color: #C37D69;
}
</style>