Shades of Sunset #C4504B
Tints of Sunset #C4504B
RGB
CMYK
RGB Variations
Color information
#C4504B (or 0xC4504B) is known color: Sunset. HEX triplet: C4, 50 and 4B. RGB value is (196,80,75). Sum of RGB (Red+Green+Blue) = 196+80+75=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C4504B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4504B is #3BAFB4. Grayscale: #727272. Windows color (decimal): -3911605 or 4935876. OLE color: 4935876.
HSL color Cylindrical-coordinate representation of color #C4504B: hue angle of 2.48º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4504B is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 75 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.23 |
| HSL | 2.48º | 0.51% | 0.53% | - |
| HSV(B) | 2.48º | 0.62% | 0.77% | - |
| XYZ | 26.9 | 17.98 | 8.71 | - |
| YUV | 114.11 | 105.93 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 75 | 0 | 0.59 | 0.62 | 0.23 | 2.48 | 0.51 | 0.53 |
| Hex | C4 | 50 | 4B | 0 | 3B | 3E | 17 | 2 | 33 | 35 |
| Octal | 304 | 120 | 113 | 0 | 73 | 76 | 27 | 2 | 63 | 65 |
| Binary | 11000100 | 1010000 | 1001011 | 0 | 111011 | 111110 | 10111 | 10 | 110011 | 110101 |
Color Harmonies of #C4504B
Complementary color
Monochromatic Colors of #C4504B
Black with #C4504B
Text Example
Text Example
White with #C4504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4504B; }
p { color: rgb(196,80,75); }
H1.HeaderClassName
{
color: #C4504B;
}
.AnyTagClassName
{
color: #C4504B;
}
</style>
background-color css
<style>
a { background-color: #C4504B; }
a { background-color: rgb(196,80,75); }
div.DivClassName
{
background-color: #C4504B;
}
.BgClassName
{
background-color: #C4504B;
}
</style>
border-color css
<style>
span { border-color: #C4504B; }
span { border-color: rgb(196,80,75); }
td.TdClassName
{
border-color: #C4504B;
}
.TagClassName
{
border-color: #C4504B;
}
</style>