Shades of Sunset #C75348
Tints of Sunset #C75348
RGB
CMYK
RGB Variations
Color information
#C75348 (or 0xC75348) is known color: Sunset. HEX triplet: C7, 53 and 48. RGB value is (199,83,72). Sum of RGB (Red+Green+Blue) = 199+83+72=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C75348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75348 is #38ACB7. Grayscale: #747474. Windows color (decimal): -3714232 or 4740039. OLE color: 4740039.
HSL color Cylindrical-coordinate representation of color #C75348: hue angle of 5.2º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C75348 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 72 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.22 |
| HSL | 5.2º | 0.53% | 0.53% | - |
| HSV(B) | 5.2º | 0.64% | 0.78% | - |
| XYZ | 27.82 | 18.8 | 8.29 | - |
| YUV | 116.43 | 102.93 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 72 | 0 | 0.58 | 0.64 | 0.22 | 5.2 | 0.53 | 0.53 |
| Hex | C7 | 53 | 48 | 0 | 3A | 40 | 16 | 5 | 35 | 35 |
| Octal | 307 | 123 | 110 | 0 | 72 | 100 | 26 | 5 | 65 | 65 |
| Binary | 11000111 | 1010011 | 1001000 | 0 | 111010 | 1000000 | 10110 | 101 | 110101 | 110101 |
Color Harmonies of #C75348
Complementary color
Monochromatic Colors of #C75348
Black with #C75348
Text Example
Text Example
White with #C75348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75348; }
p { color: rgb(199,83,72); }
H1.HeaderClassName
{
color: #C75348;
}
.AnyTagClassName
{
color: #C75348;
}
</style>
background-color css
<style>
a { background-color: #C75348; }
a { background-color: rgb(199,83,72); }
div.DivClassName
{
background-color: #C75348;
}
.BgClassName
{
background-color: #C75348;
}
</style>
border-color css
<style>
span { border-color: #C75348; }
span { border-color: rgb(199,83,72); }
td.TdClassName
{
border-color: #C75348;
}
.TagClassName
{
border-color: #C75348;
}
</style>