Shades of Burning Sand #C37C67
Tints of Burning Sand #C37C67
RGB
CMYK
RGB Variations
Color information
#C37C67 (or 0xC37C67) is known color: Burning Sand. HEX triplet: C3, 7C and 67. RGB value is (195,124,103). Sum of RGB (Red+Green+Blue) = 195+124+103=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 103 (40.62% from 255 or 24.41% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37C67 is #3C8398. Grayscale: #8E8E8E. Windows color (decimal): -3965849 or 6782147. OLE color: 6782147.
HSL color Cylindrical-coordinate representation of color #C37C67: hue angle of 13.7º 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 #C37C67 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 103 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.24 |
| HSL | 13.7º | 0.43% | 0.58% | - |
| HSV(B) | 13.7º | 0.47% | 0.76% | - |
| XYZ | 32.16 | 27 | 16.35 | - |
| YUV | 142.84 | 105.52 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 103 | 0 | 0.36 | 0.47 | 0.24 | 13.7 | 0.43 | 0.58 |
| Hex | C3 | 7C | 67 | 0 | 24 | 2F | 18 | E | 2B | 3A |
| Octal | 303 | 174 | 147 | 0 | 44 | 57 | 30 | 16 | 53 | 72 |
| Binary | 11000011 | 1111100 | 1100111 | 0 | 100100 | 101111 | 11000 | 1110 | 101011 | 111010 |
Color Harmonies of #C37C67
Complementary color
Monochromatic Colors of #C37C67
Black with #C37C67
Text Example
Text Example
White with #C37C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37C67; }
p { color: rgb(195,124,103); }
H1.HeaderClassName
{
color: #C37C67;
}
.AnyTagClassName
{
color: #C37C67;
}
</style>
background-color css
<style>
a { background-color: #C37C67; }
a { background-color: rgb(195,124,103); }
div.DivClassName
{
background-color: #C37C67;
}
.BgClassName
{
background-color: #C37C67;
}
</style>
border-color css
<style>
span { border-color: #C37C67; }
span { border-color: rgb(195,124,103); }
td.TdClassName
{
border-color: #C37C67;
}
.TagClassName
{
border-color: #C37C67;
}
</style>