Shades of Sunset #CC4A41
Tints of Sunset #CC4A41
RGB
CMYK
RGB Variations
Color information
#CC4A41 (or 0xCC4A41) is known color: Sunset. HEX triplet: CC, 4A and 41. RGB value is (204,74,65). Sum of RGB (Red+Green+Blue) = 204+74+65=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4A41 is #33B5BE. Grayscale: #707070. Windows color (decimal): -3388863 or 4278988. OLE color: 4278988.
HSL color Cylindrical-coordinate representation of color #CC4A41: hue angle of 3.88º 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 #CC4A41 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 65 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.2 |
| HSL | 3.88º | 0.58% | 0.53% | - |
| HSV(B) | 3.88º | 0.68% | 0.8% | - |
| XYZ | 28.3 | 18.12 | 7.01 | - |
| YUV | 111.84 | 101.57 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 65 | 0 | 0.64 | 0.68 | 0.2 | 3.88 | 0.58 | 0.53 |
| Hex | CC | 4A | 41 | 0 | 40 | 44 | 14 | 4 | 3A | 35 |
| Octal | 314 | 112 | 101 | 0 | 100 | 104 | 24 | 4 | 72 | 65 |
| Binary | 11001100 | 1001010 | 1000001 | 0 | 1000000 | 1000100 | 10100 | 100 | 111010 | 110101 |
Color Harmonies of #CC4A41
Complementary color
Monochromatic Colors of #CC4A41
Black with #CC4A41
Text Example
Text Example
White with #CC4A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4A41; }
p { color: rgb(204,74,65); }
H1.HeaderClassName
{
color: #CC4A41;
}
.AnyTagClassName
{
color: #CC4A41;
}
</style>
background-color css
<style>
a { background-color: #CC4A41; }
a { background-color: rgb(204,74,65); }
div.DivClassName
{
background-color: #CC4A41;
}
.BgClassName
{
background-color: #CC4A41;
}
</style>
border-color css
<style>
span { border-color: #CC4A41; }
span { border-color: rgb(204,74,65); }
td.TdClassName
{
border-color: #CC4A41;
}
.TagClassName
{
border-color: #CC4A41;
}
</style>