Shades of Sunset #C54C44
Tints of Sunset #C54C44
RGB
CMYK
RGB Variations
Color information
#C54C44 (or 0xC54C44) is known color: Sunset. HEX triplet: C5, 4C and 44. RGB value is (197,76,68). Sum of RGB (Red+Green+Blue) = 197+76+68=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C54C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54C44 is #3AB3BB. Grayscale: #6F6F6F. Windows color (decimal): -3847100 or 4476101. OLE color: 4476101.
HSL color Cylindrical-coordinate representation of color #C54C44: hue angle of 3.72º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C54C44 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 76 | 68 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.23 |
| HSL | 3.72º | 0.53% | 0.52% | - |
| HSV(B) | 3.72º | 0.65% | 0.77% | - |
| XYZ | 26.65 | 17.46 | 7.43 | - |
| YUV | 111.27 | 103.59 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 68 | 0 | 0.61 | 0.65 | 0.23 | 3.72 | 0.53 | 0.52 |
| Hex | C5 | 4C | 44 | 0 | 3D | 41 | 17 | 4 | 35 | 34 |
| Octal | 305 | 114 | 104 | 0 | 75 | 101 | 27 | 4 | 65 | 64 |
| Binary | 11000101 | 1001100 | 1000100 | 0 | 111101 | 1000001 | 10111 | 100 | 110101 | 110100 |
Color Harmonies of #C54C44
Complementary color
Monochromatic Colors of #C54C44
Black with #C54C44
Text Example
Text Example
White with #C54C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54C44; }
p { color: rgb(197,76,68); }
H1.HeaderClassName
{
color: #C54C44;
}
.AnyTagClassName
{
color: #C54C44;
}
</style>
background-color css
<style>
a { background-color: #C54C44; }
a { background-color: rgb(197,76,68); }
div.DivClassName
{
background-color: #C54C44;
}
.BgClassName
{
background-color: #C54C44;
}
</style>
border-color css
<style>
span { border-color: #C54C44; }
span { border-color: rgb(197,76,68); }
td.TdClassName
{
border-color: #C54C44;
}
.TagClassName
{
border-color: #C54C44;
}
</style>