Shades of Burning Sand #C28057
Tints of Burning Sand #C28057
RGB
CMYK
RGB Variations
Color information
#C28057 (or 0xC28057) is known color: Burning Sand. HEX triplet: C2, 80 and 57. RGB value is (194,128,87). Sum of RGB (Red+Green+Blue) = 194+128+87=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 87 (34.38% from 255 or 21.27% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C28057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28057 is #3D7FA8. Grayscale: #8F8F8F. Windows color (decimal): -4030377 or 5734594. OLE color: 5734594.
HSL color Cylindrical-coordinate representation of color #C28057: hue angle of 22.99º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C28057 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 87 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.24 |
| HSL | 22.99º | 0.47% | 0.55% | - |
| HSV(B) | 22.99º | 0.55% | 0.76% | - |
| XYZ | 31.69 | 27.6 | 12.67 | - |
| YUV | 143.06 | 96.37 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 87 | 0 | 0.34 | 0.55 | 0.24 | 22.99 | 0.47 | 0.55 |
| Hex | C2 | 80 | 57 | 0 | 22 | 37 | 18 | 17 | 2F | 37 |
| Octal | 302 | 200 | 127 | 0 | 42 | 67 | 30 | 27 | 57 | 67 |
| Binary | 11000010 | 10000000 | 1010111 | 0 | 100010 | 110111 | 11000 | 10111 | 101111 | 110111 |
Color Harmonies of #C28057
Complementary color
Monochromatic Colors of #C28057
Black with #C28057
Text Example
Text Example
White with #C28057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28057; }
p { color: rgb(194,128,87); }
H1.HeaderClassName
{
color: #C28057;
}
.AnyTagClassName
{
color: #C28057;
}
</style>
background-color css
<style>
a { background-color: #C28057; }
a { background-color: rgb(194,128,87); }
div.DivClassName
{
background-color: #C28057;
}
.BgClassName
{
background-color: #C28057;
}
</style>
border-color css
<style>
span { border-color: #C28057; }
span { border-color: rgb(194,128,87); }
td.TdClassName
{
border-color: #C28057;
}
.TagClassName
{
border-color: #C28057;
}
</style>