Shades of Sunset #CC4E45
Tints of Sunset #CC4E45
RGB
CMYK
RGB Variations
Color information
#CC4E45 (or 0xCC4E45) is known color: Sunset. HEX triplet: CC, 4E and 45. RGB value is (204,78,69). Sum of RGB (Red+Green+Blue) = 204+78+69=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC4E45 is #33B1BA. Grayscale: #727272. Windows color (decimal): -3387835 or 4542156. OLE color: 4542156.
HSL color Cylindrical-coordinate representation of color #CC4E45: hue angle of 4º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC4E45 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 78 | 69 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.2 |
| HSL | 4º | 0.57% | 0.54% | - |
| HSV(B) | 4º | 0.66% | 0.8% | - |
| XYZ | 28.7 | 18.72 | 7.73 | - |
| YUV | 114.65 | 102.24 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 69 | 0 | 0.62 | 0.66 | 0.2 | 4 | 0.57 | 0.54 |
| Hex | CC | 4E | 45 | 0 | 3E | 42 | 14 | 4 | 39 | 36 |
| Octal | 314 | 116 | 105 | 0 | 76 | 102 | 24 | 4 | 71 | 66 |
| Binary | 11001100 | 1001110 | 1000101 | 0 | 111110 | 1000010 | 10100 | 100 | 111001 | 110110 |
Color Harmonies of #CC4E45
Complementary color
Monochromatic Colors of #CC4E45
Black with #CC4E45
Text Example
Text Example
White with #CC4E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4E45; }
p { color: rgb(204,78,69); }
H1.HeaderClassName
{
color: #CC4E45;
}
.AnyTagClassName
{
color: #CC4E45;
}
</style>
background-color css
<style>
a { background-color: #CC4E45; }
a { background-color: rgb(204,78,69); }
div.DivClassName
{
background-color: #CC4E45;
}
.BgClassName
{
background-color: #CC4E45;
}
</style>
border-color css
<style>
span { border-color: #CC4E45; }
span { border-color: rgb(204,78,69); }
td.TdClassName
{
border-color: #CC4E45;
}
.TagClassName
{
border-color: #CC4E45;
}
</style>