Shades of Sunset #C74A4A
Tints of Sunset #C74A4A
RGB
CMYK
RGB Variations
Color information
#C74A4A (or 0xC74A4A) is known color: Sunset. HEX triplet: C7, 4A and 4A. RGB value is (199,74,74). Sum of RGB (Red+Green+Blue) = 199+74+74=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74A4A is #38B5B5. Grayscale: #6F6F6F. Windows color (decimal): -3716534 or 4868807. OLE color: 4868807.
HSL color Cylindrical-coordinate representation of color #C74A4A: hue angle of 0º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C74A4A is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 74 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.22 |
| HSL | 0º | 0.53% | 0.54% | - |
| HSV(B) | 0º | 0.63% | 0.78% | - |
| XYZ | 27.24 | 17.53 | 8.43 | - |
| YUV | 111.38 | 106.91 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 74 | 0 | 0.63 | 0.63 | 0.22 | 0 | 0.53 | 0.54 |
| Hex | C7 | 4A | 4A | 0 | 3F | 3F | 16 | 0 | 35 | 36 |
| Octal | 307 | 112 | 112 | 0 | 77 | 77 | 26 | 0 | 65 | 66 |
| Binary | 11000111 | 1001010 | 1001010 | 0 | 111111 | 111111 | 10110 | 0 | 110101 | 110110 |
Color Harmonies of #C74A4A
Complementary color
Monochromatic Colors of #C74A4A
Black with #C74A4A
Text Example
Text Example
White with #C74A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74A4A; }
p { color: rgb(199,74,74); }
H1.HeaderClassName
{
color: #C74A4A;
}
.AnyTagClassName
{
color: #C74A4A;
}
</style>
background-color css
<style>
a { background-color: #C74A4A; }
a { background-color: rgb(199,74,74); }
div.DivClassName
{
background-color: #C74A4A;
}
.BgClassName
{
background-color: #C74A4A;
}
</style>
border-color css
<style>
span { border-color: #C74A4A; }
span { border-color: rgb(199,74,74); }
td.TdClassName
{
border-color: #C74A4A;
}
.TagClassName
{
border-color: #C74A4A;
}
</style>