Shades of Sunset #C05450
Tints of Sunset #C05450
RGB
CMYK
RGB Variations
Color information
#C05450 (or 0xC05450) is known color: Sunset. HEX triplet: C0, 54 and 50. RGB value is (192,84,80). Sum of RGB (Red+Green+Blue) = 192+84+80=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C05450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05450 is #3FABAF. Grayscale: #737373. Windows color (decimal): -4172720 or 5264576. OLE color: 5264576.
HSL color Cylindrical-coordinate representation of color #C05450: hue angle of 2.14º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05450 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 80 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.25 |
| HSL | 2.14º | 0.47% | 0.53% | - |
| HSV(B) | 2.14º | 0.58% | 0.75% | - |
| XYZ | 26.36 | 18.13 | 9.7 | - |
| YUV | 115.84 | 107.78 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 80 | 0 | 0.56 | 0.58 | 0.25 | 2.14 | 0.47 | 0.53 |
| Hex | C0 | 54 | 50 | 0 | 38 | 3A | 19 | 2 | 2F | 35 |
| Octal | 300 | 124 | 120 | 0 | 70 | 72 | 31 | 2 | 57 | 65 |
| Binary | 11000000 | 1010100 | 1010000 | 0 | 111000 | 111010 | 11001 | 10 | 101111 | 110101 |
Color Harmonies of #C05450
Complementary color
Monochromatic Colors of #C05450
Black with #C05450
Text Example
Text Example
White with #C05450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05450; }
p { color: rgb(192,84,80); }
H1.HeaderClassName
{
color: #C05450;
}
.AnyTagClassName
{
color: #C05450;
}
</style>
background-color css
<style>
a { background-color: #C05450; }
a { background-color: rgb(192,84,80); }
div.DivClassName
{
background-color: #C05450;
}
.BgClassName
{
background-color: #C05450;
}
</style>
border-color css
<style>
span { border-color: #C05450; }
span { border-color: rgb(192,84,80); }
td.TdClassName
{
border-color: #C05450;
}
.TagClassName
{
border-color: #C05450;
}
</style>