Shades of Burning Sand #C2815E
Tints of Burning Sand #C2815E
RGB
CMYK
RGB Variations
Color information
#C2815E (or 0xC2815E) is known color: Burning Sand. HEX triplet: C2, 81 and 5E. RGB value is (194,129,94). Sum of RGB (Red+Green+Blue) = 194+129+94=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C2815E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2815E is #3D7EA1. Grayscale: #909090. Windows color (decimal): -4030114 or 6193602. OLE color: 6193602.
HSL color Cylindrical-coordinate representation of color #C2815E: hue angle of 21º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2815E is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 94 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.24 |
| HSL | 21º | 0.45% | 0.56% | - |
| HSV(B) | 21º | 0.52% | 0.76% | - |
| XYZ | 32.12 | 27.98 | 14.3 | - |
| YUV | 144.45 | 99.53 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 94 | 0 | 0.34 | 0.52 | 0.24 | 21 | 0.45 | 0.56 |
| Hex | C2 | 81 | 5E | 0 | 22 | 34 | 18 | 15 | 2D | 38 |
| Octal | 302 | 201 | 136 | 0 | 42 | 64 | 30 | 25 | 55 | 70 |
| Binary | 11000010 | 10000001 | 1011110 | 0 | 100010 | 110100 | 11000 | 10101 | 101101 | 111000 |
Color Harmonies of #C2815E
Complementary color
Monochromatic Colors of #C2815E
Black with #C2815E
Text Example
Text Example
White with #C2815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2815E; }
p { color: rgb(194,129,94); }
H1.HeaderClassName
{
color: #C2815E;
}
.AnyTagClassName
{
color: #C2815E;
}
</style>
background-color css
<style>
a { background-color: #C2815E; }
a { background-color: rgb(194,129,94); }
div.DivClassName
{
background-color: #C2815E;
}
.BgClassName
{
background-color: #C2815E;
}
</style>
border-color css
<style>
span { border-color: #C2815E; }
span { border-color: rgb(194,129,94); }
td.TdClassName
{
border-color: #C2815E;
}
.TagClassName
{
border-color: #C2815E;
}
</style>