Shades of Sunset #C3504B
Tints of Sunset #C3504B
RGB
CMYK
RGB Variations
Color information
#C3504B (or 0xC3504B) is known color: Sunset. HEX triplet: C3, 50 and 4B. RGB value is (195,80,75). Sum of RGB (Red+Green+Blue) = 195+80+75=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C3504B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3504B is #3CAFB4. Grayscale: #717171. Windows color (decimal): -3977141 or 4935875. OLE color: 4935875.
HSL color Cylindrical-coordinate representation of color #C3504B: hue angle of 2.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3504B is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 80 | 75 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.24 |
| HSL | 2.5º | 0.5% | 0.53% | - |
| HSV(B) | 2.5º | 0.62% | 0.76% | - |
| XYZ | 26.64 | 17.85 | 8.7 | - |
| YUV | 113.82 | 106.1 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 75 | 0 | 0.59 | 0.62 | 0.24 | 2.5 | 0.5 | 0.53 |
| Hex | C3 | 50 | 4B | 0 | 3B | 3E | 18 | 2 | 32 | 35 |
| Octal | 303 | 120 | 113 | 0 | 73 | 76 | 30 | 2 | 62 | 65 |
| Binary | 11000011 | 1010000 | 1001011 | 0 | 111011 | 111110 | 11000 | 10 | 110010 | 110101 |
Color Harmonies of #C3504B
Complementary color
Monochromatic Colors of #C3504B
Black with #C3504B
Text Example
Text Example
White with #C3504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3504B; }
p { color: rgb(195,80,75); }
H1.HeaderClassName
{
color: #C3504B;
}
.AnyTagClassName
{
color: #C3504B;
}
</style>
background-color css
<style>
a { background-color: #C3504B; }
a { background-color: rgb(195,80,75); }
div.DivClassName
{
background-color: #C3504B;
}
.BgClassName
{
background-color: #C3504B;
}
</style>
border-color css
<style>
span { border-color: #C3504B; }
span { border-color: rgb(195,80,75); }
td.TdClassName
{
border-color: #C3504B;
}
.TagClassName
{
border-color: #C3504B;
}
</style>