Shades of Sunset #C64A4A
Tints of Sunset #C64A4A
RGB
CMYK
RGB Variations
Color information
#C64A4A (or 0xC64A4A) is known color: Sunset. HEX triplet: C6, 4A and 4A. RGB value is (198,74,74). Sum of RGB (Red+Green+Blue) = 198+74+74=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64A4A is #39B5B5. Grayscale: #6F6F6F. Windows color (decimal): -3782070 or 4868806. OLE color: 4868806.
HSL color Cylindrical-coordinate representation of color #C64A4A: hue angle of 0º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64A4A is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 74 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.22 |
| HSL | 0º | 0.52% | 0.53% | - |
| HSV(B) | 0º | 0.63% | 0.78% | - |
| XYZ | 26.97 | 17.4 | 8.42 | - |
| YUV | 111.08 | 107.08 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 74 | 0 | 0.63 | 0.63 | 0.22 | 0 | 0.52 | 0.53 |
| Hex | C6 | 4A | 4A | 0 | 3F | 3F | 16 | 0 | 34 | 35 |
| Octal | 306 | 112 | 112 | 0 | 77 | 77 | 26 | 0 | 64 | 65 |
| Binary | 11000110 | 1001010 | 1001010 | 0 | 111111 | 111111 | 10110 | 0 | 110100 | 110101 |
Color Harmonies of #C64A4A
Complementary color
Monochromatic Colors of #C64A4A
Black with #C64A4A
Text Example
Text Example
White with #C64A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A4A; }
p { color: rgb(198,74,74); }
H1.HeaderClassName
{
color: #C64A4A;
}
.AnyTagClassName
{
color: #C64A4A;
}
</style>
background-color css
<style>
a { background-color: #C64A4A; }
a { background-color: rgb(198,74,74); }
div.DivClassName
{
background-color: #C64A4A;
}
.BgClassName
{
background-color: #C64A4A;
}
</style>
border-color css
<style>
span { border-color: #C64A4A; }
span { border-color: rgb(198,74,74); }
td.TdClassName
{
border-color: #C64A4A;
}
.TagClassName
{
border-color: #C64A4A;
}
</style>