Shades of Sunset #C4504C
Tints of Sunset #C4504C
RGB
CMYK
RGB Variations
Color information
#C4504C (or 0xC4504C) is known color: Sunset. HEX triplet: C4, 50 and 4C. RGB value is (196,80,76). Sum of RGB (Red+Green+Blue) = 196+80+76=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C4504C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4504C is #3BAFB3. Grayscale: #727272. Windows color (decimal): -3911604 or 5001412. OLE color: 5001412.
HSL color Cylindrical-coordinate representation of color #C4504C: hue angle of 2º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4504C is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 76 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.23 |
| HSL | 2º | 0.5% | 0.53% | - |
| HSV(B) | 2º | 0.61% | 0.77% | - |
| XYZ | 26.94 | 17.99 | 8.89 | - |
| YUV | 114.23 | 106.43 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 76 | 0 | 0.59 | 0.61 | 0.23 | 2 | 0.5 | 0.53 |
| Hex | C4 | 50 | 4C | 0 | 3B | 3D | 17 | 2 | 32 | 35 |
| Octal | 304 | 120 | 114 | 0 | 73 | 75 | 27 | 2 | 62 | 65 |
| Binary | 11000100 | 1010000 | 1001100 | 0 | 111011 | 111101 | 10111 | 10 | 110010 | 110101 |
Color Harmonies of #C4504C
Complementary color
Monochromatic Colors of #C4504C
Black with #C4504C
Text Example
Text Example
White with #C4504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4504C; }
p { color: rgb(196,80,76); }
H1.HeaderClassName
{
color: #C4504C;
}
.AnyTagClassName
{
color: #C4504C;
}
</style>
background-color css
<style>
a { background-color: #C4504C; }
a { background-color: rgb(196,80,76); }
div.DivClassName
{
background-color: #C4504C;
}
.BgClassName
{
background-color: #C4504C;
}
</style>
border-color css
<style>
span { border-color: #C4504C; }
span { border-color: rgb(196,80,76); }
td.TdClassName
{
border-color: #C4504C;
}
.TagClassName
{
border-color: #C4504C;
}
</style>