Shades of Burning Sand #C17D67
Tints of Burning Sand #C17D67
RGB
CMYK
RGB Variations
Color information
#C17D67 (or 0xC17D67) is known color: Burning Sand. HEX triplet: C1, 7D and 67. RGB value is (193,125,103). Sum of RGB (Red+Green+Blue) = 193+125+103=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 103 (40.62% from 255 or 24.47% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17D67 is #3E8298. Grayscale: #8E8E8E. Windows color (decimal): -4096665 or 6782401. OLE color: 6782401.
HSL color Cylindrical-coordinate representation of color #C17D67: hue angle of 14.67º degrees, saturation: 0.42, 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 #C17D67 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 125 | 103 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.24 |
| HSL | 14.67º | 0.42% | 0.58% | - |
| HSV(B) | 14.67º | 0.47% | 0.76% | - |
| XYZ | 31.77 | 26.98 | 16.37 | - |
| YUV | 142.82 | 105.53 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 125 | 103 | 0 | 0.35 | 0.47 | 0.24 | 14.67 | 0.42 | 0.58 |
| Hex | C1 | 7D | 67 | 0 | 23 | 2F | 18 | F | 2A | 3A |
| Octal | 301 | 175 | 147 | 0 | 43 | 57 | 30 | 17 | 52 | 72 |
| Binary | 11000001 | 1111101 | 1100111 | 0 | 100011 | 101111 | 11000 | 1111 | 101010 | 111010 |
Color Harmonies of #C17D67
Complementary color
Monochromatic Colors of #C17D67
Black with #C17D67
Text Example
Text Example
White with #C17D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17D67; }
p { color: rgb(193,125,103); }
H1.HeaderClassName
{
color: #C17D67;
}
.AnyTagClassName
{
color: #C17D67;
}
</style>
background-color css
<style>
a { background-color: #C17D67; }
a { background-color: rgb(193,125,103); }
div.DivClassName
{
background-color: #C17D67;
}
.BgClassName
{
background-color: #C17D67;
}
</style>
border-color css
<style>
span { border-color: #C17D67; }
span { border-color: rgb(193,125,103); }
td.TdClassName
{
border-color: #C17D67;
}
.TagClassName
{
border-color: #C17D67;
}
</style>