Shades of Sunset #C64341
Tints of Sunset #C64341
RGB
CMYK
RGB Variations
Color information
#C64341 (or 0xC64341) is known color: Sunset. HEX triplet: C6, 43 and 41. RGB value is (198,67,65). Sum of RGB (Red+Green+Blue) = 198+67+65=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C64341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64341 is #39BCBE. Grayscale: #6A6A6A. Windows color (decimal): -3783871 or 4277190. OLE color: 4277190.
HSL color Cylindrical-coordinate representation of color #C64341: hue angle of 0.9º 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 #C64341 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 65 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.22 |
| HSL | 0.9º | 0.54% | 0.52% | - |
| HSV(B) | 0.9º | 0.67% | 0.78% | - |
| XYZ | 26.25 | 16.4 | 6.78 | - |
| YUV | 105.94 | 104.9 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 65 | 0 | 0.66 | 0.67 | 0.22 | 0.9 | 0.54 | 0.52 |
| Hex | C6 | 43 | 41 | 0 | 42 | 43 | 16 | 1 | 36 | 34 |
| Octal | 306 | 103 | 101 | 0 | 102 | 103 | 26 | 1 | 66 | 64 |
| Binary | 11000110 | 1000011 | 1000001 | 0 | 1000010 | 1000011 | 10110 | 1 | 110110 | 110100 |
Color Harmonies of #C64341
Complementary color
Monochromatic Colors of #C64341
Black with #C64341
Text Example
Text Example
White with #C64341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64341; }
p { color: rgb(198,67,65); }
H1.HeaderClassName
{
color: #C64341;
}
.AnyTagClassName
{
color: #C64341;
}
</style>
background-color css
<style>
a { background-color: #C64341; }
a { background-color: rgb(198,67,65); }
div.DivClassName
{
background-color: #C64341;
}
.BgClassName
{
background-color: #C64341;
}
</style>
border-color css
<style>
span { border-color: #C64341; }
span { border-color: rgb(198,67,65); }
td.TdClassName
{
border-color: #C64341;
}
.TagClassName
{
border-color: #C64341;
}
</style>