Shades of Burning Sand #C17B62
Tints of Burning Sand #C17B62
RGB
CMYK
RGB Variations
Color information
#C17B62 (or 0xC17B62) is known color: Burning Sand. HEX triplet: C1, 7B and 62. RGB value is (193,123,98). Sum of RGB (Red+Green+Blue) = 193+123+98=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17B62 is #3E849D. Grayscale: #8D8D8D. Windows color (decimal): -4097182 or 6454209. OLE color: 6454209.
HSL color Cylindrical-coordinate representation of color #C17B62: hue angle of 15.79º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C17B62 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 123 | 98 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.24 |
| HSL | 15.79º | 0.43% | 0.57% | - |
| HSV(B) | 15.79º | 0.49% | 0.76% | - |
| XYZ | 31.28 | 26.39 | 15 | - |
| YUV | 141.08 | 103.69 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 98 | 0 | 0.36 | 0.49 | 0.24 | 15.79 | 0.43 | 0.57 |
| Hex | C1 | 7B | 62 | 0 | 24 | 31 | 18 | 10 | 2B | 39 |
| Octal | 301 | 173 | 142 | 0 | 44 | 61 | 30 | 20 | 53 | 71 |
| Binary | 11000001 | 1111011 | 1100010 | 0 | 100100 | 110001 | 11000 | 10000 | 101011 | 111001 |
Color Harmonies of #C17B62
Complementary color
Monochromatic Colors of #C17B62
Black with #C17B62
Text Example
Text Example
White with #C17B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17B62; }
p { color: rgb(193,123,98); }
H1.HeaderClassName
{
color: #C17B62;
}
.AnyTagClassName
{
color: #C17B62;
}
</style>
background-color css
<style>
a { background-color: #C17B62; }
a { background-color: rgb(193,123,98); }
div.DivClassName
{
background-color: #C17B62;
}
.BgClassName
{
background-color: #C17B62;
}
</style>
border-color css
<style>
span { border-color: #C17B62; }
span { border-color: rgb(193,123,98); }
td.TdClassName
{
border-color: #C17B62;
}
.TagClassName
{
border-color: #C17B62;
}
</style>