Shades of Burning Sand #C28B6B
Tints of Burning Sand #C28B6B
RGB
CMYK
RGB Variations
Color information
#C28B6B (or 0xC28B6B) is known color: Burning Sand. HEX triplet: C2, 8B and 6B. RGB value is (194,139,107). Sum of RGB (Red+Green+Blue) = 194+139+107=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28B6B is #3D7494. Grayscale: #979797. Windows color (decimal): -4027541 or 7048130. OLE color: 7048130.
HSL color Cylindrical-coordinate representation of color #C28B6B: hue angle of 22.07º 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 #C28B6B is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 139 | 107 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.24 |
| HSL | 22.07º | 0.42% | 0.59% | - |
| HSV(B) | 22.07º | 0.45% | 0.76% | - |
| XYZ | 34.13 | 31 | 18.09 | - |
| YUV | 151.8 | 102.72 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 139 | 107 | 0 | 0.28 | 0.45 | 0.24 | 22.07 | 0.42 | 0.59 |
| Hex | C2 | 8B | 6B | 0 | 1C | 2D | 18 | 16 | 2A | 3B |
| Octal | 302 | 213 | 153 | 0 | 34 | 55 | 30 | 26 | 52 | 73 |
| Binary | 11000010 | 10001011 | 1101011 | 0 | 11100 | 101101 | 11000 | 10110 | 101010 | 111011 |
Color Harmonies of #C28B6B
Complementary color
Monochromatic Colors of #C28B6B
Black with #C28B6B
Text Example
Text Example
White with #C28B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28B6B; }
p { color: rgb(194,139,107); }
H1.HeaderClassName
{
color: #C28B6B;
}
.AnyTagClassName
{
color: #C28B6B;
}
</style>
background-color css
<style>
a { background-color: #C28B6B; }
a { background-color: rgb(194,139,107); }
div.DivClassName
{
background-color: #C28B6B;
}
.BgClassName
{
background-color: #C28B6B;
}
</style>
border-color css
<style>
span { border-color: #C28B6B; }
span { border-color: rgb(194,139,107); }
td.TdClassName
{
border-color: #C28B6B;
}
.TagClassName
{
border-color: #C28B6B;
}
</style>