Shades of Sunset #C3504F
Tints of Sunset #C3504F
RGB
CMYK
RGB Variations
Color information
#C3504F (or 0xC3504F) is known color: Sunset. HEX triplet: C3, 50 and 4F. RGB value is (195,80,79). Sum of RGB (Red+Green+Blue) = 195+80+79=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C3504F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3504F is #3CAFB0. Grayscale: #727272. Windows color (decimal): -3977137 or 5198019. OLE color: 5198019.
HSL color Cylindrical-coordinate representation of color #C3504F: hue angle of 0.52º degrees, saturation: 0.49, 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 #C3504F is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 80 | 79 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.24 |
| HSL | 0.52º | 0.49% | 0.54% | - |
| HSV(B) | 0.52º | 0.59% | 0.76% | - |
| XYZ | 26.79 | 17.9 | 9.44 | - |
| YUV | 114.27 | 108.1 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 79 | 0 | 0.59 | 0.59 | 0.24 | 0.52 | 0.49 | 0.54 |
| Hex | C3 | 50 | 4F | 0 | 3B | 3B | 18 | 1 | 31 | 36 |
| Octal | 303 | 120 | 117 | 0 | 73 | 73 | 30 | 1 | 61 | 66 |
| Binary | 11000011 | 1010000 | 1001111 | 0 | 111011 | 111011 | 11000 | 1 | 110001 | 110110 |
Color Harmonies of #C3504F
Complementary color
Monochromatic Colors of #C3504F
Black with #C3504F
Text Example
Text Example
White with #C3504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3504F; }
p { color: rgb(195,80,79); }
H1.HeaderClassName
{
color: #C3504F;
}
.AnyTagClassName
{
color: #C3504F;
}
</style>
background-color css
<style>
a { background-color: #C3504F; }
a { background-color: rgb(195,80,79); }
div.DivClassName
{
background-color: #C3504F;
}
.BgClassName
{
background-color: #C3504F;
}
</style>
border-color css
<style>
span { border-color: #C3504F; }
span { border-color: rgb(195,80,79); }
td.TdClassName
{
border-color: #C3504F;
}
.TagClassName
{
border-color: #C3504F;
}
</style>