Shades of Sunset #C64542
Tints of Sunset #C64542
RGB
CMYK
RGB Variations
Color information
#C64542 (or 0xC64542) is known color: Sunset. HEX triplet: C6, 45 and 42. RGB value is (198,69,66). Sum of RGB (Red+Green+Blue) = 198+69+66=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C64542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64542 is #39BABD. Grayscale: #6B6B6B. Windows color (decimal): -3783358 or 4343238. OLE color: 4343238.
HSL color Cylindrical-coordinate representation of color #C64542: hue angle of 1.36º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64542 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 66 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.22 |
| HSL | 1.36º | 0.54% | 0.52% | - |
| HSV(B) | 1.36º | 0.67% | 0.78% | - |
| XYZ | 26.4 | 16.66 | 6.98 | - |
| YUV | 107.23 | 104.74 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 66 | 0 | 0.65 | 0.67 | 0.22 | 1.36 | 0.54 | 0.52 |
| Hex | C6 | 45 | 42 | 0 | 41 | 43 | 16 | 1 | 36 | 34 |
| Octal | 306 | 105 | 102 | 0 | 101 | 103 | 26 | 1 | 66 | 64 |
| Binary | 11000110 | 1000101 | 1000010 | 0 | 1000001 | 1000011 | 10110 | 1 | 110110 | 110100 |
Color Harmonies of #C64542
Complementary color
Monochromatic Colors of #C64542
Black with #C64542
Text Example
Text Example
White with #C64542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64542; }
p { color: rgb(198,69,66); }
H1.HeaderClassName
{
color: #C64542;
}
.AnyTagClassName
{
color: #C64542;
}
</style>
background-color css
<style>
a { background-color: #C64542; }
a { background-color: rgb(198,69,66); }
div.DivClassName
{
background-color: #C64542;
}
.BgClassName
{
background-color: #C64542;
}
</style>
border-color css
<style>
span { border-color: #C64542; }
span { border-color: rgb(198,69,66); }
td.TdClassName
{
border-color: #C64542;
}
.TagClassName
{
border-color: #C64542;
}
</style>