Shades of Burning Sand #C1826C
Tints of Burning Sand #C1826C
RGB
CMYK
RGB Variations
Color information
#C1826C (or 0xC1826C) is known color: Burning Sand. HEX triplet: C1, 82 and 6C. RGB value is (193,130,108). Sum of RGB (Red+Green+Blue) = 193+130+108=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C1826C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1826C is #3E7D93. Grayscale: #929292. Windows color (decimal): -4095380 or 7111361. OLE color: 7111361.
HSL color Cylindrical-coordinate representation of color #C1826C: hue angle of 15.53º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C1826C is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 130 | 108 | - |
CMYK | 0 | 0.33 | 0.44 | 0.24 |
HSL | 15.53º | 0.41% | 0.59% | - |
HSV(B) | 15.53º | 0.44% | 0.76% | - |
XYZ | 32.68 | 28.39 | 17.94 | - |
YUV | 146.33 | 106.37 | 161.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 130 | 108 | 0 | 0.33 | 0.44 | 0.24 | 15.53 | 0.41 | 0.59 |
Hex | C1 | 82 | 6C | 0 | 21 | 2C | 18 | 10 | 29 | 3B |
Octal | 301 | 202 | 154 | 0 | 41 | 54 | 30 | 20 | 51 | 73 |
Binary | 11000001 | 10000010 | 1101100 | 0 | 100001 | 101100 | 11000 | 10000 | 101001 | 111011 |
Color Harmonies of #C1826C
Complementary color
Monochromatic Colors of #C1826C
Black with #C1826C
Text Example
Text Example
White with #C1826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1826C; }
p { color: rgb(193,130,108); }
H1.HeaderClassName
{
color: #C1826C;
}
.AnyTagClassName
{
color: #C1826C;
}
</style>
background-color css
<style>
a { background-color: #C1826C; }
a { background-color: rgb(193,130,108); }
div.DivClassName
{
background-color: #C1826C;
}
.BgClassName
{
background-color: #C1826C;
}
</style>
border-color css
<style>
span { border-color: #C1826C; }
span { border-color: rgb(193,130,108); }
td.TdClassName
{
border-color: #C1826C;
}
.TagClassName
{
border-color: #C1826C;
}
</style>