Shades of Sunset #C35549
Tints of Sunset #C35549
RGB
CMYK
RGB Variations
Color information
#C35549 (or 0xC35549) is known color: Sunset. HEX triplet: C3, 55 and 49. RGB value is (195,85,73). Sum of RGB (Red+Green+Blue) = 195+85+73=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C35549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35549 is #3CAAB6. Grayscale: #747474. Windows color (decimal): -3975863 or 4806083. OLE color: 4806083.
HSL color Cylindrical-coordinate representation of color #C35549: hue angle of 5.9º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C35549 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 85 | 73 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.24 |
| HSL | 5.9º | 0.5% | 0.53% | - |
| HSV(B) | 5.9º | 0.63% | 0.76% | - |
| XYZ | 26.96 | 18.58 | 8.47 | - |
| YUV | 116.52 | 103.44 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 73 | 0 | 0.56 | 0.63 | 0.24 | 5.9 | 0.5 | 0.53 |
| Hex | C3 | 55 | 49 | 0 | 38 | 3F | 18 | 6 | 32 | 35 |
| Octal | 303 | 125 | 111 | 0 | 70 | 77 | 30 | 6 | 62 | 65 |
| Binary | 11000011 | 1010101 | 1001001 | 0 | 111000 | 111111 | 11000 | 110 | 110010 | 110101 |
Color Harmonies of #C35549
Complementary color
Monochromatic Colors of #C35549
Black with #C35549
Text Example
Text Example
White with #C35549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35549; }
p { color: rgb(195,85,73); }
H1.HeaderClassName
{
color: #C35549;
}
.AnyTagClassName
{
color: #C35549;
}
</style>
background-color css
<style>
a { background-color: #C35549; }
a { background-color: rgb(195,85,73); }
div.DivClassName
{
background-color: #C35549;
}
.BgClassName
{
background-color: #C35549;
}
</style>
border-color css
<style>
span { border-color: #C35549; }
span { border-color: rgb(195,85,73); }
td.TdClassName
{
border-color: #C35549;
}
.TagClassName
{
border-color: #C35549;
}
</style>