Shades of Burning Sand #C0816B
Tints of Burning Sand #C0816B
RGB
CMYK
RGB Variations
Color information
#C0816B (or 0xC0816B) is known color: Burning Sand. HEX triplet: C0, 81 and 6B. RGB value is (192,129,107). Sum of RGB (Red+Green+Blue) = 192+129+107=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C0816B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0816B is #3F7E94. Grayscale: #919191. Windows color (decimal): -4161173 or 7045568. OLE color: 7045568.
HSL color Cylindrical-coordinate representation of color #C0816B: hue angle of 15.53º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0816B is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 129 | 107 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.25 |
| HSL | 15.53º | 0.4% | 0.59% | - |
| HSV(B) | 15.53º | 0.44% | 0.75% | - |
| XYZ | 32.24 | 27.97 | 17.61 | - |
| YUV | 145.33 | 106.37 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 107 | 0 | 0.33 | 0.44 | 0.25 | 15.53 | 0.4 | 0.59 |
| Hex | C0 | 81 | 6B | 0 | 21 | 2C | 19 | 10 | 28 | 3B |
| Octal | 300 | 201 | 153 | 0 | 41 | 54 | 31 | 20 | 50 | 73 |
| Binary | 11000000 | 10000001 | 1101011 | 0 | 100001 | 101100 | 11001 | 10000 | 101000 | 111011 |
Color Harmonies of #C0816B
Complementary color
Monochromatic Colors of #C0816B
Black with #C0816B
Text Example
Text Example
White with #C0816B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0816B; }
p { color: rgb(192,129,107); }
H1.HeaderClassName
{
color: #C0816B;
}
.AnyTagClassName
{
color: #C0816B;
}
</style>
background-color css
<style>
a { background-color: #C0816B; }
a { background-color: rgb(192,129,107); }
div.DivClassName
{
background-color: #C0816B;
}
.BgClassName
{
background-color: #C0816B;
}
</style>
border-color css
<style>
span { border-color: #C0816B; }
span { border-color: rgb(192,129,107); }
td.TdClassName
{
border-color: #C0816B;
}
.TagClassName
{
border-color: #C0816B;
}
</style>