Shades of Sunset #C2534D
Tints of Sunset #C2534D
RGB
CMYK
RGB Variations
Color information
#C2534D (or 0xC2534D) is known color: Sunset. HEX triplet: C2, 53 and 4D. RGB value is (194,83,77). Sum of RGB (Red+Green+Blue) = 194+83+77=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C2534D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2534D is #3DACB2. Grayscale: #737373. Windows color (decimal): -4041907 or 5067714. OLE color: 5067714.
HSL color Cylindrical-coordinate representation of color #C2534D: hue angle of 3.08º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2534D is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 83 | 77 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.24 |
| HSL | 3.08º | 0.49% | 0.53% | - |
| HSV(B) | 3.08º | 0.6% | 0.76% | - |
| XYZ | 26.68 | 18.19 | 9.13 | - |
| YUV | 115.51 | 106.27 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 77 | 0 | 0.57 | 0.60 | 0.24 | 3.08 | 0.49 | 0.53 |
| Hex | C2 | 53 | 4D | 0 | 39 | 3C | 18 | 3 | 31 | 35 |
| Octal | 302 | 123 | 115 | 0 | 71 | 74 | 30 | 3 | 61 | 65 |
| Binary | 11000010 | 1010011 | 1001101 | 0 | 111001 | 111100 | 11000 | 11 | 110001 | 110101 |
Color Harmonies of #C2534D
Complementary color
Monochromatic Colors of #C2534D
Black with #C2534D
Text Example
Text Example
White with #C2534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2534D; }
p { color: rgb(194,83,77); }
H1.HeaderClassName
{
color: #C2534D;
}
.AnyTagClassName
{
color: #C2534D;
}
</style>
background-color css
<style>
a { background-color: #C2534D; }
a { background-color: rgb(194,83,77); }
div.DivClassName
{
background-color: #C2534D;
}
.BgClassName
{
background-color: #C2534D;
}
</style>
border-color css
<style>
span { border-color: #C2534D; }
span { border-color: rgb(194,83,77); }
td.TdClassName
{
border-color: #C2534D;
}
.TagClassName
{
border-color: #C2534D;
}
</style>