Shades of Sunset #CC4D42
Tints of Sunset #CC4D42
RGB
CMYK
RGB Variations
Color information
#CC4D42 (or 0xCC4D42) is known color: Sunset. HEX triplet: CC, 4D and 42. RGB value is (204,77,66). Sum of RGB (Red+Green+Blue) = 204+77+66=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC4D42 is #33B2BD. Grayscale: #717171. Windows color (decimal): -3388094 or 4345292. OLE color: 4345292.
HSL color Cylindrical-coordinate representation of color #CC4D42: hue angle of 4.78º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4D42 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 77 | 66 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.2 |
| HSL | 4.78º | 0.58% | 0.53% | - |
| HSV(B) | 4.78º | 0.68% | 0.8% | - |
| XYZ | 28.54 | 18.54 | 7.23 | - |
| YUV | 113.72 | 101.08 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 66 | 0 | 0.62 | 0.68 | 0.2 | 4.78 | 0.58 | 0.53 |
| Hex | CC | 4D | 42 | 0 | 3E | 44 | 14 | 5 | 3A | 35 |
| Octal | 314 | 115 | 102 | 0 | 76 | 104 | 24 | 5 | 72 | 65 |
| Binary | 11001100 | 1001101 | 1000010 | 0 | 111110 | 1000100 | 10100 | 101 | 111010 | 110101 |
Color Harmonies of #CC4D42
Complementary color
Monochromatic Colors of #CC4D42
Black with #CC4D42
Text Example
Text Example
White with #CC4D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4D42; }
p { color: rgb(204,77,66); }
H1.HeaderClassName
{
color: #CC4D42;
}
.AnyTagClassName
{
color: #CC4D42;
}
</style>
background-color css
<style>
a { background-color: #CC4D42; }
a { background-color: rgb(204,77,66); }
div.DivClassName
{
background-color: #CC4D42;
}
.BgClassName
{
background-color: #CC4D42;
}
</style>
border-color css
<style>
span { border-color: #CC4D42; }
span { border-color: rgb(204,77,66); }
td.TdClassName
{
border-color: #CC4D42;
}
.TagClassName
{
border-color: #CC4D42;
}
</style>