Shades of Burning Sand #C18267
Tints of Burning Sand #C18267
RGB
CMYK
RGB Variations
Color information
#C18267 (or 0xC18267) is known color: Burning Sand. HEX triplet: C1, 82 and 67. RGB value is (193,130,103). Sum of RGB (Red+Green+Blue) = 193+130+103=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 103 (40.62% from 255 or 24.18% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C18267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18267 is #3E7D98. Grayscale: #919191. Windows color (decimal): -4095385 or 6783681. OLE color: 6783681.
HSL color Cylindrical-coordinate representation of color #C18267: hue angle of 18º degrees, saturation: 0.42, 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 #C18267 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 130 | 103 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.24 |
| HSL | 18º | 0.42% | 0.58% | - |
| HSV(B) | 18º | 0.47% | 0.76% | - |
| XYZ | 32.42 | 28.28 | 16.58 | - |
| YUV | 145.76 | 103.87 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 103 | 0 | 0.33 | 0.47 | 0.24 | 18 | 0.42 | 0.58 |
| Hex | C1 | 82 | 67 | 0 | 21 | 2F | 18 | 12 | 2A | 3A |
| Octal | 301 | 202 | 147 | 0 | 41 | 57 | 30 | 22 | 52 | 72 |
| Binary | 11000001 | 10000010 | 1100111 | 0 | 100001 | 101111 | 11000 | 10010 | 101010 | 111010 |
Color Harmonies of #C18267
Complementary color
Monochromatic Colors of #C18267
Black with #C18267
Text Example
Text Example
White with #C18267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18267; }
p { color: rgb(193,130,103); }
H1.HeaderClassName
{
color: #C18267;
}
.AnyTagClassName
{
color: #C18267;
}
</style>
background-color css
<style>
a { background-color: #C18267; }
a { background-color: rgb(193,130,103); }
div.DivClassName
{
background-color: #C18267;
}
.BgClassName
{
background-color: #C18267;
}
</style>
border-color css
<style>
span { border-color: #C18267; }
span { border-color: rgb(193,130,103); }
td.TdClassName
{
border-color: #C18267;
}
.TagClassName
{
border-color: #C18267;
}
</style>