Shades of Burning Sand #C2805A
Tints of Burning Sand #C2805A
RGB
CMYK
RGB Variations
Color information
#C2805A (or 0xC2805A) is known color: Burning Sand. HEX triplet: C2, 80 and 5A. RGB value is (194,128,90). Sum of RGB (Red+Green+Blue) = 194+128+90=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C2805A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2805A is #3D7FA5. Grayscale: #8F8F8F. Windows color (decimal): -4030374 or 5931202. OLE color: 5931202.
HSL color Cylindrical-coordinate representation of color #C2805A: hue angle of 21.92º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2805A is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 90 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.24 |
| HSL | 21.92º | 0.46% | 0.56% | - |
| HSV(B) | 21.92º | 0.54% | 0.76% | - |
| XYZ | 31.81 | 27.65 | 13.33 | - |
| YUV | 143.4 | 97.87 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 90 | 0 | 0.34 | 0.54 | 0.24 | 21.92 | 0.46 | 0.56 |
| Hex | C2 | 80 | 5A | 0 | 22 | 36 | 18 | 16 | 2E | 38 |
| Octal | 302 | 200 | 132 | 0 | 42 | 66 | 30 | 26 | 56 | 70 |
| Binary | 11000010 | 10000000 | 1011010 | 0 | 100010 | 110110 | 11000 | 10110 | 101110 | 111000 |
Color Harmonies of #C2805A
Complementary color
Monochromatic Colors of #C2805A
Black with #C2805A
Text Example
Text Example
White with #C2805A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2805A; }
p { color: rgb(194,128,90); }
H1.HeaderClassName
{
color: #C2805A;
}
.AnyTagClassName
{
color: #C2805A;
}
</style>
background-color css
<style>
a { background-color: #C2805A; }
a { background-color: rgb(194,128,90); }
div.DivClassName
{
background-color: #C2805A;
}
.BgClassName
{
background-color: #C2805A;
}
</style>
border-color css
<style>
span { border-color: #C2805A; }
span { border-color: rgb(194,128,90); }
td.TdClassName
{
border-color: #C2805A;
}
.TagClassName
{
border-color: #C2805A;
}
</style>