Shades of Burning Sand #C2805F
Tints of Burning Sand #C2805F
RGB
CMYK
RGB Variations
Color information
#C2805F (or 0xC2805F) is known color: Burning Sand. HEX triplet: C2, 80 and 5F. RGB value is (194,128,95). Sum of RGB (Red+Green+Blue) = 194+128+95=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 95 (37.5% from 255 or 22.78% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C2805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2805F is #3D7FA0. Grayscale: #909090. Windows color (decimal): -4030369 or 6258882. OLE color: 6258882.
HSL color Cylindrical-coordinate representation of color #C2805F: hue angle of 20º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2805F is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 95 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.24 |
| HSL | 20º | 0.45% | 0.57% | - |
| HSV(B) | 20º | 0.51% | 0.76% | - |
| XYZ | 32.03 | 27.73 | 14.49 | - |
| YUV | 143.97 | 100.37 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 95 | 0 | 0.34 | 0.51 | 0.24 | 20 | 0.45 | 0.57 |
| Hex | C2 | 80 | 5F | 0 | 22 | 33 | 18 | 14 | 2D | 39 |
| Octal | 302 | 200 | 137 | 0 | 42 | 63 | 30 | 24 | 55 | 71 |
| Binary | 11000010 | 10000000 | 1011111 | 0 | 100010 | 110011 | 11000 | 10100 | 101101 | 111001 |
Color Harmonies of #C2805F
Complementary color
Monochromatic Colors of #C2805F
Black with #C2805F
Text Example
Text Example
White with #C2805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2805F; }
p { color: rgb(194,128,95); }
H1.HeaderClassName
{
color: #C2805F;
}
.AnyTagClassName
{
color: #C2805F;
}
</style>
background-color css
<style>
a { background-color: #C2805F; }
a { background-color: rgb(194,128,95); }
div.DivClassName
{
background-color: #C2805F;
}
.BgClassName
{
background-color: #C2805F;
}
</style>
border-color css
<style>
span { border-color: #C2805F; }
span { border-color: rgb(194,128,95); }
td.TdClassName
{
border-color: #C2805F;
}
.TagClassName
{
border-color: #C2805F;
}
</style>