Shades of Burning Sand #C28167
Tints of Burning Sand #C28167
RGB
CMYK
RGB Variations
Color information
#C28167 (or 0xC28167) is known color: Burning Sand. HEX triplet: C2, 81 and 67. RGB value is (194,129,103). Sum of RGB (Red+Green+Blue) = 194+129+103=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 103 (40.62% from 255 or 24.18% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C28167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28167 is #3D7E98. Grayscale: #919191. Windows color (decimal): -4030105 or 6783426. OLE color: 6783426.
HSL color Cylindrical-coordinate representation of color #C28167: hue angle of 17.14º 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 #C28167 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 103 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.24 |
| HSL | 17.14º | 0.43% | 0.58% | - |
| HSV(B) | 17.14º | 0.47% | 0.76% | - |
| XYZ | 32.55 | 28.15 | 16.55 | - |
| YUV | 145.47 | 104.03 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 103 | 0 | 0.34 | 0.47 | 0.24 | 17.14 | 0.43 | 0.58 |
| Hex | C2 | 81 | 67 | 0 | 22 | 2F | 18 | 11 | 2B | 3A |
| Octal | 302 | 201 | 147 | 0 | 42 | 57 | 30 | 21 | 53 | 72 |
| Binary | 11000010 | 10000001 | 1100111 | 0 | 100010 | 101111 | 11000 | 10001 | 101011 | 111010 |
Color Harmonies of #C28167
Complementary color
Monochromatic Colors of #C28167
Black with #C28167
Text Example
Text Example
White with #C28167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28167; }
p { color: rgb(194,129,103); }
H1.HeaderClassName
{
color: #C28167;
}
.AnyTagClassName
{
color: #C28167;
}
</style>
background-color css
<style>
a { background-color: #C28167; }
a { background-color: rgb(194,129,103); }
div.DivClassName
{
background-color: #C28167;
}
.BgClassName
{
background-color: #C28167;
}
</style>
border-color css
<style>
span { border-color: #C28167; }
span { border-color: rgb(194,129,103); }
td.TdClassName
{
border-color: #C28167;
}
.TagClassName
{
border-color: #C28167;
}
</style>