Shades of Sunset #C64B46
Tints of Sunset #C64B46
RGB
CMYK
RGB Variations
Color information
#C64B46 (or 0xC64B46) is known color: Sunset. HEX triplet: C6, 4B and 46. RGB value is (198,75,70). Sum of RGB (Red+Green+Blue) = 198+75+70=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64B46 is #39B4B9. Grayscale: #6F6F6F. Windows color (decimal): -3781818 or 4606918. OLE color: 4606918.
HSL color Cylindrical-coordinate representation of color #C64B46: hue angle of 2.34º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64B46 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 70 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.22 |
| HSL | 2.34º | 0.53% | 0.53% | - |
| HSV(B) | 2.34º | 0.65% | 0.78% | - |
| XYZ | 26.91 | 17.48 | 7.75 | - |
| YUV | 111.21 | 104.75 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 70 | 0 | 0.62 | 0.65 | 0.22 | 2.34 | 0.53 | 0.53 |
| Hex | C6 | 4B | 46 | 0 | 3E | 41 | 16 | 2 | 35 | 35 |
| Octal | 306 | 113 | 106 | 0 | 76 | 101 | 26 | 2 | 65 | 65 |
| Binary | 11000110 | 1001011 | 1000110 | 0 | 111110 | 1000001 | 10110 | 10 | 110101 | 110101 |
Color Harmonies of #C64B46
Complementary color
Monochromatic Colors of #C64B46
Black with #C64B46
Text Example
Text Example
White with #C64B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64B46; }
p { color: rgb(198,75,70); }
H1.HeaderClassName
{
color: #C64B46;
}
.AnyTagClassName
{
color: #C64B46;
}
</style>
background-color css
<style>
a { background-color: #C64B46; }
a { background-color: rgb(198,75,70); }
div.DivClassName
{
background-color: #C64B46;
}
.BgClassName
{
background-color: #C64B46;
}
</style>
border-color css
<style>
span { border-color: #C64B46; }
span { border-color: rgb(198,75,70); }
td.TdClassName
{
border-color: #C64B46;
}
.TagClassName
{
border-color: #C64B46;
}
</style>