Shades of Burning Sand #C2856B
Tints of Burning Sand #C2856B
RGB
CMYK
RGB Variations
Color information
#C2856B (or 0xC2856B) is known color: Burning Sand. HEX triplet: C2, 85 and 6B. RGB value is (194,133,107). Sum of RGB (Red+Green+Blue) = 194+133+107=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 107 (42.19% from 255 or 24.65% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2856B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2856B is #3D7A94. Grayscale: #949494. Windows color (decimal): -4029077 or 7046594. OLE color: 7046594.
HSL color Cylindrical-coordinate representation of color #C2856B: hue angle of 17.93º 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 #C2856B is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 133 | 107 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.24 |
| HSL | 17.93º | 0.42% | 0.59% | - |
| HSV(B) | 17.93º | 0.45% | 0.76% | - |
| XYZ | 33.29 | 29.31 | 17.81 | - |
| YUV | 148.28 | 104.71 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 107 | 0 | 0.31 | 0.45 | 0.24 | 17.93 | 0.42 | 0.59 |
| Hex | C2 | 85 | 6B | 0 | 1F | 2D | 18 | 12 | 2A | 3B |
| Octal | 302 | 205 | 153 | 0 | 37 | 55 | 30 | 22 | 52 | 73 |
| Binary | 11000010 | 10000101 | 1101011 | 0 | 11111 | 101101 | 11000 | 10010 | 101010 | 111011 |
Color Harmonies of #C2856B
Complementary color
Monochromatic Colors of #C2856B
Black with #C2856B
Text Example
Text Example
White with #C2856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2856B; }
p { color: rgb(194,133,107); }
H1.HeaderClassName
{
color: #C2856B;
}
.AnyTagClassName
{
color: #C2856B;
}
</style>
background-color css
<style>
a { background-color: #C2856B; }
a { background-color: rgb(194,133,107); }
div.DivClassName
{
background-color: #C2856B;
}
.BgClassName
{
background-color: #C2856B;
}
</style>
border-color css
<style>
span { border-color: #C2856B; }
span { border-color: rgb(194,133,107); }
td.TdClassName
{
border-color: #C2856B;
}
.TagClassName
{
border-color: #C2856B;
}
</style>