Shades of Burning Sand #C17D69
Tints of Burning Sand #C17D69
RGB
CMYK
RGB Variations
Color information
#C17D69 (or 0xC17D69) is known color: Burning Sand. HEX triplet: C1, 7D and 69. RGB value is (193,125,105). Sum of RGB (Red+Green+Blue) = 193+125+105=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17D69 is #3E8296. Grayscale: #8F8F8F. Windows color (decimal): -4096663 or 6913473. OLE color: 6913473.
HSL color Cylindrical-coordinate representation of color #C17D69: hue angle of 13.64º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C17D69 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 125 | 105 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.24 |
| HSL | 13.64º | 0.42% | 0.58% | - |
| HSV(B) | 13.64º | 0.46% | 0.76% | - |
| XYZ | 31.88 | 27.02 | 16.9 | - |
| YUV | 143.05 | 106.53 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 125 | 105 | 0 | 0.35 | 0.46 | 0.24 | 13.64 | 0.42 | 0.58 |
| Hex | C1 | 7D | 69 | 0 | 23 | 2E | 18 | E | 2A | 3A |
| Octal | 301 | 175 | 151 | 0 | 43 | 56 | 30 | 16 | 52 | 72 |
| Binary | 11000001 | 1111101 | 1101001 | 0 | 100011 | 101110 | 11000 | 1110 | 101010 | 111010 |
Color Harmonies of #C17D69
Complementary color
Monochromatic Colors of #C17D69
Black with #C17D69
Text Example
Text Example
White with #C17D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17D69; }
p { color: rgb(193,125,105); }
H1.HeaderClassName
{
color: #C17D69;
}
.AnyTagClassName
{
color: #C17D69;
}
</style>
background-color css
<style>
a { background-color: #C17D69; }
a { background-color: rgb(193,125,105); }
div.DivClassName
{
background-color: #C17D69;
}
.BgClassName
{
background-color: #C17D69;
}
</style>
border-color css
<style>
span { border-color: #C17D69; }
span { border-color: rgb(193,125,105); }
td.TdClassName
{
border-color: #C17D69;
}
.TagClassName
{
border-color: #C17D69;
}
</style>