Shades of Burning Sand #C2806B
Tints of Burning Sand #C2806B
RGB
CMYK
RGB Variations
Color information
#C2806B (or 0xC2806B) is known color: Burning Sand. HEX triplet: C2, 80 and 6B. RGB value is (194,128,107). Sum of RGB (Red+Green+Blue) = 194+128+107=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C2806B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2806B is #3D7F94. Grayscale: #919191. Windows color (decimal): -4030357 or 7045314. OLE color: 7045314.
HSL color Cylindrical-coordinate representation of color #C2806B: hue angle of 14.48º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2806B is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 107 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.24 |
| HSL | 14.48º | 0.42% | 0.59% | - |
| HSV(B) | 14.48º | 0.45% | 0.76% | - |
| XYZ | 32.62 | 27.97 | 17.59 | - |
| YUV | 145.34 | 106.37 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 107 | 0 | 0.34 | 0.45 | 0.24 | 14.48 | 0.42 | 0.59 |
| Hex | C2 | 80 | 6B | 0 | 22 | 2D | 18 | E | 2A | 3B |
| Octal | 302 | 200 | 153 | 0 | 42 | 55 | 30 | 16 | 52 | 73 |
| Binary | 11000010 | 10000000 | 1101011 | 0 | 100010 | 101101 | 11000 | 1110 | 101010 | 111011 |
Color Harmonies of #C2806B
Complementary color
Monochromatic Colors of #C2806B
Black with #C2806B
Text Example
Text Example
White with #C2806B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2806B; }
p { color: rgb(194,128,107); }
H1.HeaderClassName
{
color: #C2806B;
}
.AnyTagClassName
{
color: #C2806B;
}
</style>
background-color css
<style>
a { background-color: #C2806B; }
a { background-color: rgb(194,128,107); }
div.DivClassName
{
background-color: #C2806B;
}
.BgClassName
{
background-color: #C2806B;
}
</style>
border-color css
<style>
span { border-color: #C2806B; }
span { border-color: rgb(194,128,107); }
td.TdClassName
{
border-color: #C2806B;
}
.TagClassName
{
border-color: #C2806B;
}
</style>