Shades of Sunset #C15250
Tints of Sunset #C15250
RGB
CMYK
RGB Variations
Color information
#C15250 (or 0xC15250) is known color: Sunset. HEX triplet: C1, 52 and 50. RGB value is (193,82,80). Sum of RGB (Red+Green+Blue) = 193+82+80=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C15250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15250 is #3EADAF. Grayscale: #737373. Windows color (decimal): -4107696 or 5264065. OLE color: 5264065.
HSL color Cylindrical-coordinate representation of color #C15250: hue angle of 1.06º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C15250 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 80 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.24 |
| HSL | 1.06º | 0.48% | 0.54% | - |
| HSV(B) | 1.06º | 0.59% | 0.76% | - |
| XYZ | 26.46 | 17.95 | 9.66 | - |
| YUV | 114.96 | 108.27 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 80 | 0 | 0.58 | 0.59 | 0.24 | 1.06 | 0.48 | 0.54 |
| Hex | C1 | 52 | 50 | 0 | 3A | 3B | 18 | 1 | 30 | 36 |
| Octal | 301 | 122 | 120 | 0 | 72 | 73 | 30 | 1 | 60 | 66 |
| Binary | 11000001 | 1010010 | 1010000 | 0 | 111010 | 111011 | 11000 | 1 | 110000 | 110110 |
Color Harmonies of #C15250
Complementary color
Monochromatic Colors of #C15250
Black with #C15250
Text Example
Text Example
White with #C15250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15250; }
p { color: rgb(193,82,80); }
H1.HeaderClassName
{
color: #C15250;
}
.AnyTagClassName
{
color: #C15250;
}
</style>
background-color css
<style>
a { background-color: #C15250; }
a { background-color: rgb(193,82,80); }
div.DivClassName
{
background-color: #C15250;
}
.BgClassName
{
background-color: #C15250;
}
</style>
border-color css
<style>
span { border-color: #C15250; }
span { border-color: rgb(193,82,80); }
td.TdClassName
{
border-color: #C15250;
}
.TagClassName
{
border-color: #C15250;
}
</style>