Shades of Sunset #C64D4B
Tints of Sunset #C64D4B
RGB
CMYK
RGB Variations
Color information
#C64D4B (or 0xC64D4B) is known color: Sunset. HEX triplet: C6, 4D and 4B. RGB value is (198,77,75). Sum of RGB (Red+Green+Blue) = 198+77+75=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C64D4B is #39B2B4. Grayscale: #717171. Windows color (decimal): -3781301 or 4935110. OLE color: 4935110.
HSL color Cylindrical-coordinate representation of color #C64D4B: hue angle of 0.98º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64D4B is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 77 | 75 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.22 |
| HSL | 0.98º | 0.52% | 0.54% | - |
| HSV(B) | 0.98º | 0.62% | 0.78% | - |
| XYZ | 27.21 | 17.82 | 8.66 | - |
| YUV | 112.95 | 106.59 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 75 | 0 | 0.61 | 0.62 | 0.22 | 0.98 | 0.52 | 0.54 |
| Hex | C6 | 4D | 4B | 0 | 3D | 3E | 16 | 1 | 34 | 36 |
| Octal | 306 | 115 | 113 | 0 | 75 | 76 | 26 | 1 | 64 | 66 |
| Binary | 11000110 | 1001101 | 1001011 | 0 | 111101 | 111110 | 10110 | 1 | 110100 | 110110 |
Color Harmonies of #C64D4B
Complementary color
Monochromatic Colors of #C64D4B
Black with #C64D4B
Text Example
Text Example
White with #C64D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64D4B; }
p { color: rgb(198,77,75); }
H1.HeaderClassName
{
color: #C64D4B;
}
.AnyTagClassName
{
color: #C64D4B;
}
</style>
background-color css
<style>
a { background-color: #C64D4B; }
a { background-color: rgb(198,77,75); }
div.DivClassName
{
background-color: #C64D4B;
}
.BgClassName
{
background-color: #C64D4B;
}
</style>
border-color css
<style>
span { border-color: #C64D4B; }
span { border-color: rgb(198,77,75); }
td.TdClassName
{
border-color: #C64D4B;
}
.TagClassName
{
border-color: #C64D4B;
}
</style>