Shades of Sunset #C75344
Tints of Sunset #C75344
RGB
CMYK
RGB Variations
Color information
#C75344 (or 0xC75344) is known color: Sunset. HEX triplet: C7, 53 and 44. RGB value is (199,83,68). Sum of RGB (Red+Green+Blue) = 199+83+68=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C75344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75344 is #38ACBB. Grayscale: #747474. Windows color (decimal): -3714236 or 4477895. OLE color: 4477895.
HSL color Cylindrical-coordinate representation of color #C75344: hue angle of 6.87º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C75344 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 68 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.22 |
| HSL | 6.87º | 0.54% | 0.52% | - |
| HSV(B) | 6.87º | 0.66% | 0.78% | - |
| XYZ | 27.69 | 18.75 | 7.63 | - |
| YUV | 115.97 | 100.93 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 68 | 0 | 0.58 | 0.66 | 0.22 | 6.87 | 0.54 | 0.52 |
| Hex | C7 | 53 | 44 | 0 | 3A | 42 | 16 | 7 | 36 | 34 |
| Octal | 307 | 123 | 104 | 0 | 72 | 102 | 26 | 7 | 66 | 64 |
| Binary | 11000111 | 1010011 | 1000100 | 0 | 111010 | 1000010 | 10110 | 111 | 110110 | 110100 |
Color Harmonies of #C75344
Complementary color
Monochromatic Colors of #C75344
Black with #C75344
Text Example
Text Example
White with #C75344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75344; }
p { color: rgb(199,83,68); }
H1.HeaderClassName
{
color: #C75344;
}
.AnyTagClassName
{
color: #C75344;
}
</style>
background-color css
<style>
a { background-color: #C75344; }
a { background-color: rgb(199,83,68); }
div.DivClassName
{
background-color: #C75344;
}
.BgClassName
{
background-color: #C75344;
}
</style>
border-color css
<style>
span { border-color: #C75344; }
span { border-color: rgb(199,83,68); }
td.TdClassName
{
border-color: #C75344;
}
.TagClassName
{
border-color: #C75344;
}
</style>