Shades of Burning Sand #C28267
Tints of Burning Sand #C28267
RGB
CMYK
RGB Variations
Color information
#C28267 (or 0xC28267) is known color: Burning Sand. HEX triplet: C2, 82 and 67. RGB value is (194,130,103). Sum of RGB (Red+Green+Blue) = 194+130+103=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 103 (40.62% from 255 or 24.12% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C28267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28267 is #3D7D98. Grayscale: #929292. Windows color (decimal): -4029849 or 6783682. OLE color: 6783682.
HSL color Cylindrical-coordinate representation of color #C28267: hue angle of 17.8º 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 #C28267 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 130 | 103 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.24 |
| HSL | 17.8º | 0.43% | 0.58% | - |
| HSV(B) | 17.8º | 0.47% | 0.76% | - |
| XYZ | 32.68 | 28.41 | 16.59 | - |
| YUV | 146.06 | 103.7 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 103 | 0 | 0.33 | 0.47 | 0.24 | 17.8 | 0.43 | 0.58 |
| Hex | C2 | 82 | 67 | 0 | 21 | 2F | 18 | 12 | 2B | 3A |
| Octal | 302 | 202 | 147 | 0 | 41 | 57 | 30 | 22 | 53 | 72 |
| Binary | 11000010 | 10000010 | 1100111 | 0 | 100001 | 101111 | 11000 | 10010 | 101011 | 111010 |
Color Harmonies of #C28267
Complementary color
Monochromatic Colors of #C28267
Black with #C28267
Text Example
Text Example
White with #C28267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28267; }
p { color: rgb(194,130,103); }
H1.HeaderClassName
{
color: #C28267;
}
.AnyTagClassName
{
color: #C28267;
}
</style>
background-color css
<style>
a { background-color: #C28267; }
a { background-color: rgb(194,130,103); }
div.DivClassName
{
background-color: #C28267;
}
.BgClassName
{
background-color: #C28267;
}
</style>
border-color css
<style>
span { border-color: #C28267; }
span { border-color: rgb(194,130,103); }
td.TdClassName
{
border-color: #C28267;
}
.TagClassName
{
border-color: #C28267;
}
</style>