Shades of Burning Sand #C17F6B
Tints of Burning Sand #C17F6B
RGB
CMYK
RGB Variations
Color information
#C17F6B (or 0xC17F6B) is known color: Burning Sand. HEX triplet: C1, 7F and 6B. RGB value is (193,127,107). Sum of RGB (Red+Green+Blue) = 193+127+107=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17F6B is #3E8094. Grayscale: #909090. Windows color (decimal): -4096149 or 7045057. OLE color: 7045057.
HSL color Cylindrical-coordinate representation of color #C17F6B: hue angle of 13.95º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C17F6B is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 127 | 107 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.24 |
| HSL | 13.95º | 0.41% | 0.59% | - |
| HSV(B) | 13.95º | 0.45% | 0.76% | - |
| XYZ | 32.24 | 27.58 | 17.53 | - |
| YUV | 144.45 | 106.87 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 107 | 0 | 0.34 | 0.45 | 0.24 | 13.95 | 0.41 | 0.59 |
| Hex | C1 | 7F | 6B | 0 | 22 | 2D | 18 | E | 29 | 3B |
| Octal | 301 | 177 | 153 | 0 | 42 | 55 | 30 | 16 | 51 | 73 |
| Binary | 11000001 | 1111111 | 1101011 | 0 | 100010 | 101101 | 11000 | 1110 | 101001 | 111011 |
Color Harmonies of #C17F6B
Complementary color
Monochromatic Colors of #C17F6B
Black with #C17F6B
Text Example
Text Example
White with #C17F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17F6B; }
p { color: rgb(193,127,107); }
H1.HeaderClassName
{
color: #C17F6B;
}
.AnyTagClassName
{
color: #C17F6B;
}
</style>
background-color css
<style>
a { background-color: #C17F6B; }
a { background-color: rgb(193,127,107); }
div.DivClassName
{
background-color: #C17F6B;
}
.BgClassName
{
background-color: #C17F6B;
}
</style>
border-color css
<style>
span { border-color: #C17F6B; }
span { border-color: rgb(193,127,107); }
td.TdClassName
{
border-color: #C17F6B;
}
.TagClassName
{
border-color: #C17F6B;
}
</style>