Shades of Sunset #C64B4A
Tints of Sunset #C64B4A
RGB
CMYK
RGB Variations
Color information
#C64B4A (or 0xC64B4A) is known color: Sunset. HEX triplet: C6, 4B and 4A. RGB value is (198,75,74). Sum of RGB (Red+Green+Blue) = 198+75+74=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64B4A is #39B4B5. Grayscale: #6F6F6F. Windows color (decimal): -3781814 or 4869062. OLE color: 4869062.
HSL color Cylindrical-coordinate representation of color #C64B4A: hue angle of 0.48º 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 #C64B4A is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 74 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.22 |
| HSL | 0.48º | 0.52% | 0.53% | - |
| HSV(B) | 0.48º | 0.63% | 0.78% | - |
| XYZ | 27.04 | 17.53 | 8.44 | - |
| YUV | 111.66 | 106.75 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 74 | 0 | 0.62 | 0.63 | 0.22 | 0.48 | 0.52 | 0.53 |
| Hex | C6 | 4B | 4A | 0 | 3E | 3F | 16 | 0 | 34 | 35 |
| Octal | 306 | 113 | 112 | 0 | 76 | 77 | 26 | 0 | 64 | 65 |
| Binary | 11000110 | 1001011 | 1001010 | 0 | 111110 | 111111 | 10110 | 0 | 110100 | 110101 |
Color Harmonies of #C64B4A
Complementary color
Monochromatic Colors of #C64B4A
Black with #C64B4A
Text Example
Text Example
White with #C64B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64B4A; }
p { color: rgb(198,75,74); }
H1.HeaderClassName
{
color: #C64B4A;
}
.AnyTagClassName
{
color: #C64B4A;
}
</style>
background-color css
<style>
a { background-color: #C64B4A; }
a { background-color: rgb(198,75,74); }
div.DivClassName
{
background-color: #C64B4A;
}
.BgClassName
{
background-color: #C64B4A;
}
</style>
border-color css
<style>
span { border-color: #C64B4A; }
span { border-color: rgb(198,75,74); }
td.TdClassName
{
border-color: #C64B4A;
}
.TagClassName
{
border-color: #C64B4A;
}
</style>