Shades of Burning Sand #C28067
Tints of Burning Sand #C28067
RGB
CMYK
RGB Variations
Color information
#C28067 (or 0xC28067) is known color: Burning Sand. HEX triplet: C2, 80 and 67. RGB value is (194,128,103). Sum of RGB (Red+Green+Blue) = 194+128+103=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C28067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28067 is #3D7F98. Grayscale: #919191. Windows color (decimal): -4030361 or 6783170. OLE color: 6783170.
HSL color Cylindrical-coordinate representation of color #C28067: hue angle of 16.48º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C28067 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 103 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.24 |
| HSL | 16.48º | 0.43% | 0.58% | - |
| HSV(B) | 16.48º | 0.47% | 0.76% | - |
| XYZ | 32.42 | 27.89 | 16.51 | - |
| YUV | 144.88 | 104.37 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 103 | 0 | 0.34 | 0.47 | 0.24 | 16.48 | 0.43 | 0.58 |
| Hex | C2 | 80 | 67 | 0 | 22 | 2F | 18 | 10 | 2B | 3A |
| Octal | 302 | 200 | 147 | 0 | 42 | 57 | 30 | 20 | 53 | 72 |
| Binary | 11000010 | 10000000 | 1100111 | 0 | 100010 | 101111 | 11000 | 10000 | 101011 | 111010 |
Color Harmonies of #C28067
Complementary color
Monochromatic Colors of #C28067
Black with #C28067
Text Example
Text Example
White with #C28067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28067; }
p { color: rgb(194,128,103); }
H1.HeaderClassName
{
color: #C28067;
}
.AnyTagClassName
{
color: #C28067;
}
</style>
background-color css
<style>
a { background-color: #C28067; }
a { background-color: rgb(194,128,103); }
div.DivClassName
{
background-color: #C28067;
}
.BgClassName
{
background-color: #C28067;
}
</style>
border-color css
<style>
span { border-color: #C28067; }
span { border-color: rgb(194,128,103); }
td.TdClassName
{
border-color: #C28067;
}
.TagClassName
{
border-color: #C28067;
}
</style>