Shades of Burning Sand #C67D59
Tints of Burning Sand #C67D59
RGB
CMYK
RGB Variations
Color information
#C67D59 (or 0xC67D59) is known color: Burning Sand. HEX triplet: C6, 7D and 59. RGB value is (198,125,89). Sum of RGB (Red+Green+Blue) = 198+125+89=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C67D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67D59 is #3982A6. Grayscale: #8E8E8E. Windows color (decimal): -3768999 or 5864902. OLE color: 5864902.
HSL color Cylindrical-coordinate representation of color #C67D59: hue angle of 19.82º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C67D59 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 125 | 89 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.22 |
| HSL | 19.82º | 0.49% | 0.56% | - |
| HSV(B) | 19.82º | 0.55% | 0.78% | - |
| XYZ | 32.43 | 27.39 | 13.03 | - |
| YUV | 142.72 | 97.68 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 89 | 0 | 0.37 | 0.55 | 0.22 | 19.82 | 0.49 | 0.56 |
| Hex | C6 | 7D | 59 | 0 | 25 | 37 | 16 | 14 | 31 | 38 |
| Octal | 306 | 175 | 131 | 0 | 45 | 67 | 26 | 24 | 61 | 70 |
| Binary | 11000110 | 1111101 | 1011001 | 0 | 100101 | 110111 | 10110 | 10100 | 110001 | 111000 |
Color Harmonies of #C67D59
Complementary color
Monochromatic Colors of #C67D59
Black with #C67D59
Text Example
Text Example
White with #C67D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67D59; }
p { color: rgb(198,125,89); }
H1.HeaderClassName
{
color: #C67D59;
}
.AnyTagClassName
{
color: #C67D59;
}
</style>
background-color css
<style>
a { background-color: #C67D59; }
a { background-color: rgb(198,125,89); }
div.DivClassName
{
background-color: #C67D59;
}
.BgClassName
{
background-color: #C67D59;
}
</style>
border-color css
<style>
span { border-color: #C67D59; }
span { border-color: rgb(198,125,89); }
td.TdClassName
{
border-color: #C67D59;
}
.TagClassName
{
border-color: #C67D59;
}
</style>