Shades of Burning Sand #C67D5C
Tints of Burning Sand #C67D5C
RGB
CMYK
RGB Variations
Color information
#C67D5C (or 0xC67D5C) is known color: Burning Sand. HEX triplet: C6, 7D and 5C. RGB value is (198,125,92). Sum of RGB (Red+Green+Blue) = 198+125+92=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C67D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67D5C is #3982A3. Grayscale: #8F8F8F. Windows color (decimal): -3768996 or 6061510. OLE color: 6061510.
HSL color Cylindrical-coordinate representation of color #C67D5C: hue angle of 18.68º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C67D5C is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 125 | 92 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.22 |
| HSL | 18.68º | 0.48% | 0.57% | - |
| HSV(B) | 18.68º | 0.54% | 0.78% | - |
| XYZ | 32.55 | 27.45 | 13.71 | - |
| YUV | 143.07 | 99.18 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 92 | 0 | 0.37 | 0.54 | 0.22 | 18.68 | 0.48 | 0.57 |
| Hex | C6 | 7D | 5C | 0 | 25 | 36 | 16 | 13 | 30 | 39 |
| Octal | 306 | 175 | 134 | 0 | 45 | 66 | 26 | 23 | 60 | 71 |
| Binary | 11000110 | 1111101 | 1011100 | 0 | 100101 | 110110 | 10110 | 10011 | 110000 | 111001 |
Color Harmonies of #C67D5C
Complementary color
Monochromatic Colors of #C67D5C
Black with #C67D5C
Text Example
Text Example
White with #C67D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67D5C; }
p { color: rgb(198,125,92); }
H1.HeaderClassName
{
color: #C67D5C;
}
.AnyTagClassName
{
color: #C67D5C;
}
</style>
background-color css
<style>
a { background-color: #C67D5C; }
a { background-color: rgb(198,125,92); }
div.DivClassName
{
background-color: #C67D5C;
}
.BgClassName
{
background-color: #C67D5C;
}
</style>
border-color css
<style>
span { border-color: #C67D5C; }
span { border-color: rgb(198,125,92); }
td.TdClassName
{
border-color: #C67D5C;
}
.TagClassName
{
border-color: #C67D5C;
}
</style>