Shades of Sunset #CC4944
Tints of Sunset #CC4944
RGB
CMYK
RGB Variations
Color information
#CC4944 (or 0xCC4944) is known color: Sunset. HEX triplet: CC, 49 and 44. RGB value is (204,73,68). Sum of RGB (Red+Green+Blue) = 204+73+68=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4944 is #33B6BB. Grayscale: #6F6F6F. Windows color (decimal): -3389116 or 4475340. OLE color: 4475340.
HSL color Cylindrical-coordinate representation of color #CC4944: hue angle of 2.21º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4944 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 68 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.2 |
| HSL | 2.21º | 0.57% | 0.53% | - |
| HSV(B) | 2.21º | 0.67% | 0.8% | - |
| XYZ | 28.33 | 18.02 | 7.45 | - |
| YUV | 111.6 | 103.4 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 68 | 0 | 0.64 | 0.67 | 0.2 | 2.21 | 0.57 | 0.53 |
| Hex | CC | 49 | 44 | 0 | 40 | 43 | 14 | 2 | 39 | 35 |
| Octal | 314 | 111 | 104 | 0 | 100 | 103 | 24 | 2 | 71 | 65 |
| Binary | 11001100 | 1001001 | 1000100 | 0 | 1000000 | 1000011 | 10100 | 10 | 111001 | 110101 |
Color Harmonies of #CC4944
Complementary color
Monochromatic Colors of #CC4944
Black with #CC4944
Text Example
Text Example
White with #CC4944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4944; }
p { color: rgb(204,73,68); }
H1.HeaderClassName
{
color: #CC4944;
}
.AnyTagClassName
{
color: #CC4944;
}
</style>
background-color css
<style>
a { background-color: #CC4944; }
a { background-color: rgb(204,73,68); }
div.DivClassName
{
background-color: #CC4944;
}
.BgClassName
{
background-color: #CC4944;
}
</style>
border-color css
<style>
span { border-color: #CC4944; }
span { border-color: rgb(204,73,68); }
td.TdClassName
{
border-color: #CC4944;
}
.TagClassName
{
border-color: #CC4944;
}
</style>