Shades of Burning Sand #C67E63
Tints of Burning Sand #C67E63
RGB
CMYK
RGB Variations
Color information
#C67E63 (or 0xC67E63) is known color: Burning Sand. HEX triplet: C6, 7E and 63. RGB value is (198,126,99). Sum of RGB (Red+Green+Blue) = 198+126+99=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C67E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67E63 is #39819C. Grayscale: #909090. Windows color (decimal): -3768733 or 6520518. OLE color: 6520518.
HSL color Cylindrical-coordinate representation of color #C67E63: hue angle of 16.36º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C67E63 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 126 | 99 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.22 |
| HSL | 16.36º | 0.46% | 0.58% | - |
| HSV(B) | 16.36º | 0.5% | 0.78% | - |
| XYZ | 33 | 27.83 | 15.44 | - |
| YUV | 144.45 | 102.35 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 126 | 99 | 0 | 0.36 | 0.50 | 0.22 | 16.36 | 0.46 | 0.58 |
| Hex | C6 | 7E | 63 | 0 | 24 | 32 | 16 | 10 | 2E | 3A |
| Octal | 306 | 176 | 143 | 0 | 44 | 62 | 26 | 20 | 56 | 72 |
| Binary | 11000110 | 1111110 | 1100011 | 0 | 100100 | 110010 | 10110 | 10000 | 101110 | 111010 |
Color Harmonies of #C67E63
Complementary color
Monochromatic Colors of #C67E63
Black with #C67E63
Text Example
Text Example
White with #C67E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67E63; }
p { color: rgb(198,126,99); }
H1.HeaderClassName
{
color: #C67E63;
}
.AnyTagClassName
{
color: #C67E63;
}
</style>
background-color css
<style>
a { background-color: #C67E63; }
a { background-color: rgb(198,126,99); }
div.DivClassName
{
background-color: #C67E63;
}
.BgClassName
{
background-color: #C67E63;
}
</style>
border-color css
<style>
span { border-color: #C67E63; }
span { border-color: rgb(198,126,99); }
td.TdClassName
{
border-color: #C67E63;
}
.TagClassName
{
border-color: #C67E63;
}
</style>