Shades of Burning Sand #C08769
Tints of Burning Sand #C08769
RGB
CMYK
RGB Variations
Color information
#C08769 (or 0xC08769) is known color: Burning Sand. HEX triplet: C0, 87 and 69. RGB value is (192,135,105). Sum of RGB (Red+Green+Blue) = 192+135+105=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C08769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08769 is #3F7896. Grayscale: #949494. Windows color (decimal): -4159639 or 6916032. OLE color: 6916032.
HSL color Cylindrical-coordinate representation of color #C08769: hue angle of 20.69º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C08769 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 135 | 105 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.25 |
| HSL | 20.69º | 0.41% | 0.58% | - |
| HSV(B) | 20.69º | 0.45% | 0.75% | - |
| XYZ | 32.95 | 29.55 | 17.33 | - |
| YUV | 148.62 | 103.38 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 105 | 0 | 0.30 | 0.45 | 0.25 | 20.69 | 0.41 | 0.58 |
| Hex | C0 | 87 | 69 | 0 | 1E | 2D | 19 | 15 | 29 | 3A |
| Octal | 300 | 207 | 151 | 0 | 36 | 55 | 31 | 25 | 51 | 72 |
| Binary | 11000000 | 10000111 | 1101001 | 0 | 11110 | 101101 | 11001 | 10101 | 101001 | 111010 |
Color Harmonies of #C08769
Complementary color
Monochromatic Colors of #C08769
Black with #C08769
Text Example
Text Example
White with #C08769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08769; }
p { color: rgb(192,135,105); }
H1.HeaderClassName
{
color: #C08769;
}
.AnyTagClassName
{
color: #C08769;
}
</style>
background-color css
<style>
a { background-color: #C08769; }
a { background-color: rgb(192,135,105); }
div.DivClassName
{
background-color: #C08769;
}
.BgClassName
{
background-color: #C08769;
}
</style>
border-color css
<style>
span { border-color: #C08769; }
span { border-color: rgb(192,135,105); }
td.TdClassName
{
border-color: #C08769;
}
.TagClassName
{
border-color: #C08769;
}
</style>