Shades of Burning Sand #C2806C
Tints of Burning Sand #C2806C
RGB
CMYK
RGB Variations
Color information
#C2806C (or 0xC2806C) is known color: Burning Sand. HEX triplet: C2, 80 and 6C. RGB value is (194,128,108). Sum of RGB (Red+Green+Blue) = 194+128+108=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C2806C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2806C is #3D7F93. Grayscale: #919191. Windows color (decimal): -4030356 or 7110850. OLE color: 7110850.
HSL color Cylindrical-coordinate representation of color #C2806C: hue angle of 13.95º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2806C is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 108 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.24 |
| HSL | 13.95º | 0.41% | 0.59% | - |
| HSV(B) | 13.95º | 0.44% | 0.76% | - |
| XYZ | 32.67 | 27.99 | 17.87 | - |
| YUV | 145.45 | 106.87 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 108 | 0 | 0.34 | 0.44 | 0.24 | 13.95 | 0.41 | 0.59 |
| Hex | C2 | 80 | 6C | 0 | 22 | 2C | 18 | E | 29 | 3B |
| Octal | 302 | 200 | 154 | 0 | 42 | 54 | 30 | 16 | 51 | 73 |
| Binary | 11000010 | 10000000 | 1101100 | 0 | 100010 | 101100 | 11000 | 1110 | 101001 | 111011 |
Color Harmonies of #C2806C
Complementary color
Monochromatic Colors of #C2806C
Black with #C2806C
Text Example
Text Example
White with #C2806C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2806C; }
p { color: rgb(194,128,108); }
H1.HeaderClassName
{
color: #C2806C;
}
.AnyTagClassName
{
color: #C2806C;
}
</style>
background-color css
<style>
a { background-color: #C2806C; }
a { background-color: rgb(194,128,108); }
div.DivClassName
{
background-color: #C2806C;
}
.BgClassName
{
background-color: #C2806C;
}
</style>
border-color css
<style>
span { border-color: #C2806C; }
span { border-color: rgb(194,128,108); }
td.TdClassName
{
border-color: #C2806C;
}
.TagClassName
{
border-color: #C2806C;
}
</style>