Shades of Sunset #CC4E49
Tints of Sunset #CC4E49
RGB
CMYK
RGB Variations
Color information
#CC4E49 (or 0xCC4E49) is known color: Sunset. HEX triplet: CC, 4E and 49. RGB value is (204,78,73). Sum of RGB (Red+Green+Blue) = 204+78+73=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC4E49 is #33B1B6. Grayscale: #737373. Windows color (decimal): -3387831 or 4804300. OLE color: 4804300.
HSL color Cylindrical-coordinate representation of color #CC4E49: hue angle of 2.29º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4E49 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 78 | 73 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.2 |
| HSL | 2.29º | 0.56% | 0.54% | - |
| HSV(B) | 2.29º | 0.64% | 0.8% | - |
| XYZ | 28.83 | 18.77 | 8.41 | - |
| YUV | 115.1 | 104.24 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 73 | 0 | 0.62 | 0.64 | 0.2 | 2.29 | 0.56 | 0.54 |
| Hex | CC | 4E | 49 | 0 | 3E | 40 | 14 | 2 | 38 | 36 |
| Octal | 314 | 116 | 111 | 0 | 76 | 100 | 24 | 2 | 70 | 66 |
| Binary | 11001100 | 1001110 | 1001001 | 0 | 111110 | 1000000 | 10100 | 10 | 111000 | 110110 |
Color Harmonies of #CC4E49
Complementary color
Monochromatic Colors of #CC4E49
Black with #CC4E49
Text Example
Text Example
White with #CC4E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4E49; }
p { color: rgb(204,78,73); }
H1.HeaderClassName
{
color: #CC4E49;
}
.AnyTagClassName
{
color: #CC4E49;
}
</style>
background-color css
<style>
a { background-color: #CC4E49; }
a { background-color: rgb(204,78,73); }
div.DivClassName
{
background-color: #CC4E49;
}
.BgClassName
{
background-color: #CC4E49;
}
</style>
border-color css
<style>
span { border-color: #CC4E49; }
span { border-color: rgb(204,78,73); }
td.TdClassName
{
border-color: #CC4E49;
}
.TagClassName
{
border-color: #CC4E49;
}
</style>