Shades of Burning Sand #C0806B
Tints of Burning Sand #C0806B
RGB
CMYK
RGB Variations
Color information
#C0806B (or 0xC0806B) is known color: Burning Sand. HEX triplet: C0, 80 and 6B. RGB value is (192,128,107). Sum of RGB (Red+Green+Blue) = 192+128+107=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C0806B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0806B is #3F7F94. Grayscale: #909090. Windows color (decimal): -4161429 or 7045312. OLE color: 7045312.
HSL color Cylindrical-coordinate representation of color #C0806B: hue angle of 14.82º 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 #C0806B is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 128 | 107 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.25 |
| HSL | 14.82º | 0.4% | 0.59% | - |
| HSV(B) | 14.82º | 0.44% | 0.75% | - |
| XYZ | 32.11 | 27.71 | 17.57 | - |
| YUV | 144.74 | 106.7 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 107 | 0 | 0.33 | 0.44 | 0.25 | 14.82 | 0.4 | 0.59 |
| Hex | C0 | 80 | 6B | 0 | 21 | 2C | 19 | F | 28 | 3B |
| Octal | 300 | 200 | 153 | 0 | 41 | 54 | 31 | 17 | 50 | 73 |
| Binary | 11000000 | 10000000 | 1101011 | 0 | 100001 | 101100 | 11001 | 1111 | 101000 | 111011 |
Color Harmonies of #C0806B
Complementary color
Monochromatic Colors of #C0806B
Black with #C0806B
Text Example
Text Example
White with #C0806B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0806B; }
p { color: rgb(192,128,107); }
H1.HeaderClassName
{
color: #C0806B;
}
.AnyTagClassName
{
color: #C0806B;
}
</style>
background-color css
<style>
a { background-color: #C0806B; }
a { background-color: rgb(192,128,107); }
div.DivClassName
{
background-color: #C0806B;
}
.BgClassName
{
background-color: #C0806B;
}
</style>
border-color css
<style>
span { border-color: #C0806B; }
span { border-color: rgb(192,128,107); }
td.TdClassName
{
border-color: #C0806B;
}
.TagClassName
{
border-color: #C0806B;
}
</style>