Shades of Burning Sand #C28165
Tints of Burning Sand #C28165
RGB
CMYK
RGB Variations
Color information
#C28165 (or 0xC28165) is known color: Burning Sand. HEX triplet: C2, 81 and 65. RGB value is (194,129,101). Sum of RGB (Red+Green+Blue) = 194+129+101=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C28165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28165 is #3D7E9A. Grayscale: #919191. Windows color (decimal): -4030107 or 6652354. OLE color: 6652354.
HSL color Cylindrical-coordinate representation of color #C28165: hue angle of 18.06º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C28165 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 101 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.24 |
| HSL | 18.06º | 0.43% | 0.58% | - |
| HSV(B) | 18.06º | 0.48% | 0.76% | - |
| XYZ | 32.45 | 28.11 | 16.03 | - |
| YUV | 145.24 | 103.03 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 101 | 0 | 0.34 | 0.48 | 0.24 | 18.06 | 0.43 | 0.58 |
| Hex | C2 | 81 | 65 | 0 | 22 | 30 | 18 | 12 | 2B | 3A |
| Octal | 302 | 201 | 145 | 0 | 42 | 60 | 30 | 22 | 53 | 72 |
| Binary | 11000010 | 10000001 | 1100101 | 0 | 100010 | 110000 | 11000 | 10010 | 101011 | 111010 |
Color Harmonies of #C28165
Complementary color
Monochromatic Colors of #C28165
Black with #C28165
Text Example
Text Example
White with #C28165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28165; }
p { color: rgb(194,129,101); }
H1.HeaderClassName
{
color: #C28165;
}
.AnyTagClassName
{
color: #C28165;
}
</style>
background-color css
<style>
a { background-color: #C28165; }
a { background-color: rgb(194,129,101); }
div.DivClassName
{
background-color: #C28165;
}
.BgClassName
{
background-color: #C28165;
}
</style>
border-color css
<style>
span { border-color: #C28165; }
span { border-color: rgb(194,129,101); }
td.TdClassName
{
border-color: #C28165;
}
.TagClassName
{
border-color: #C28165;
}
</style>