Shades of Sunset #CC4941
Tints of Sunset #CC4941
RGB
CMYK
RGB Variations
Color information
#CC4941 (or 0xCC4941) is known color: Sunset. HEX triplet: CC, 49 and 41. RGB value is (204,73,65). Sum of RGB (Red+Green+Blue) = 204+73+65=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4941 is #33B6BE. Grayscale: #6F6F6F. Windows color (decimal): -3389119 or 4278732. OLE color: 4278732.
HSL color Cylindrical-coordinate representation of color #CC4941: hue angle of 3.45º 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 #CC4941 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 65 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.2 |
| HSL | 3.45º | 0.58% | 0.53% | - |
| HSV(B) | 3.45º | 0.68% | 0.8% | - |
| XYZ | 28.24 | 17.98 | 6.98 | - |
| YUV | 111.26 | 101.9 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 65 | 0 | 0.64 | 0.68 | 0.2 | 3.45 | 0.58 | 0.53 |
| Hex | CC | 49 | 41 | 0 | 40 | 44 | 14 | 3 | 3A | 35 |
| Octal | 314 | 111 | 101 | 0 | 100 | 104 | 24 | 3 | 72 | 65 |
| Binary | 11001100 | 1001001 | 1000001 | 0 | 1000000 | 1000100 | 10100 | 11 | 111010 | 110101 |
Color Harmonies of #CC4941
Complementary color
Monochromatic Colors of #CC4941
Black with #CC4941
Text Example
Text Example
White with #CC4941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4941; }
p { color: rgb(204,73,65); }
H1.HeaderClassName
{
color: #CC4941;
}
.AnyTagClassName
{
color: #CC4941;
}
</style>
background-color css
<style>
a { background-color: #CC4941; }
a { background-color: rgb(204,73,65); }
div.DivClassName
{
background-color: #CC4941;
}
.BgClassName
{
background-color: #CC4941;
}
</style>
border-color css
<style>
span { border-color: #CC4941; }
span { border-color: rgb(204,73,65); }
td.TdClassName
{
border-color: #CC4941;
}
.TagClassName
{
border-color: #CC4941;
}
</style>