Shades of Burning Sand #C17E67
Tints of Burning Sand #C17E67
RGB
CMYK
RGB Variations
Color information
#C17E67 (or 0xC17E67) is known color: Burning Sand. HEX triplet: C1, 7E and 67. RGB value is (193,126,103). Sum of RGB (Red+Green+Blue) = 193+126+103=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 103 (40.62% from 255 or 24.41% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17E67 is #3E8198. Grayscale: #8F8F8F. Windows color (decimal): -4096409 or 6782657. OLE color: 6782657.
HSL color Cylindrical-coordinate representation of color #C17E67: hue angle of 15.33º 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 #C17E67 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 126 | 103 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.24 |
| HSL | 15.33º | 0.42% | 0.58% | - |
| HSV(B) | 15.33º | 0.47% | 0.76% | - |
| XYZ | 31.9 | 27.24 | 16.41 | - |
| YUV | 143.41 | 105.2 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 103 | 0 | 0.35 | 0.47 | 0.24 | 15.33 | 0.42 | 0.58 |
| Hex | C1 | 7E | 67 | 0 | 23 | 2F | 18 | F | 2A | 3A |
| Octal | 301 | 176 | 147 | 0 | 43 | 57 | 30 | 17 | 52 | 72 |
| Binary | 11000001 | 1111110 | 1100111 | 0 | 100011 | 101111 | 11000 | 1111 | 101010 | 111010 |
Color Harmonies of #C17E67
Complementary color
Monochromatic Colors of #C17E67
Black with #C17E67
Text Example
Text Example
White with #C17E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17E67; }
p { color: rgb(193,126,103); }
H1.HeaderClassName
{
color: #C17E67;
}
.AnyTagClassName
{
color: #C17E67;
}
</style>
background-color css
<style>
a { background-color: #C17E67; }
a { background-color: rgb(193,126,103); }
div.DivClassName
{
background-color: #C17E67;
}
.BgClassName
{
background-color: #C17E67;
}
</style>
border-color css
<style>
span { border-color: #C17E67; }
span { border-color: rgb(193,126,103); }
td.TdClassName
{
border-color: #C17E67;
}
.TagClassName
{
border-color: #C17E67;
}
</style>