Shades of Sunset #CC4D41
Tints of Sunset #CC4D41
RGB
CMYK
RGB Variations
Color information
#CC4D41 (or 0xCC4D41) is known color: Sunset. HEX triplet: CC, 4D and 41. RGB value is (204,77,65). Sum of RGB (Red+Green+Blue) = 204+77+65=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC4D41 is #33B2BE. Grayscale: #717171. Windows color (decimal): -3388095 or 4279756. OLE color: 4279756.
HSL color Cylindrical-coordinate representation of color #CC4D41: hue angle of 5.18º degrees, saturation: 0.58, 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 #CC4D41 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 77 | 65 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.2 |
| HSL | 5.18º | 0.58% | 0.53% | - |
| HSV(B) | 5.18º | 0.68% | 0.8% | - |
| XYZ | 28.51 | 18.53 | 7.07 | - |
| YUV | 113.61 | 100.58 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 65 | 0 | 0.62 | 0.68 | 0.2 | 5.18 | 0.58 | 0.53 |
| Hex | CC | 4D | 41 | 0 | 3E | 44 | 14 | 5 | 3A | 35 |
| Octal | 314 | 115 | 101 | 0 | 76 | 104 | 24 | 5 | 72 | 65 |
| Binary | 11001100 | 1001101 | 1000001 | 0 | 111110 | 1000100 | 10100 | 101 | 111010 | 110101 |
Color Harmonies of #CC4D41
Complementary color
Monochromatic Colors of #CC4D41
Black with #CC4D41
Text Example
Text Example
White with #CC4D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4D41; }
p { color: rgb(204,77,65); }
H1.HeaderClassName
{
color: #CC4D41;
}
.AnyTagClassName
{
color: #CC4D41;
}
</style>
background-color css
<style>
a { background-color: #CC4D41; }
a { background-color: rgb(204,77,65); }
div.DivClassName
{
background-color: #CC4D41;
}
.BgClassName
{
background-color: #CC4D41;
}
</style>
border-color css
<style>
span { border-color: #CC4D41; }
span { border-color: rgb(204,77,65); }
td.TdClassName
{
border-color: #CC4D41;
}
.TagClassName
{
border-color: #CC4D41;
}
</style>