Shades of Sunset #CC4544
Tints of Sunset #CC4544
RGB
CMYK
RGB Variations
Color information
#CC4544 (or 0xCC4544) is known color: Sunset. HEX triplet: CC, 45 and 44. RGB value is (204,69,68). Sum of RGB (Red+Green+Blue) = 204+69+68=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4544 is #33BABB. Grayscale: #6D6D6D. Windows color (decimal): -3390140 or 4474316. OLE color: 4474316.
HSL color Cylindrical-coordinate representation of color #CC4544: hue angle of 0.44º 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 #CC4544 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 68 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.2 |
| HSL | 0.44º | 0.57% | 0.53% | - |
| HSV(B) | 0.44º | 0.67% | 0.8% | - |
| XYZ | 28.07 | 17.51 | 7.37 | - |
| YUV | 109.25 | 104.73 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 68 | 0 | 0.66 | 0.67 | 0.2 | 0.44 | 0.57 | 0.53 |
| Hex | CC | 45 | 44 | 0 | 42 | 43 | 14 | 0 | 39 | 35 |
| Octal | 314 | 105 | 104 | 0 | 102 | 103 | 24 | 0 | 71 | 65 |
| Binary | 11001100 | 1000101 | 1000100 | 0 | 1000010 | 1000011 | 10100 | 0 | 111001 | 110101 |
Color Harmonies of #CC4544
Complementary color
Monochromatic Colors of #CC4544
Black with #CC4544
Text Example
Text Example
White with #CC4544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4544; }
p { color: rgb(204,69,68); }
H1.HeaderClassName
{
color: #CC4544;
}
.AnyTagClassName
{
color: #CC4544;
}
</style>
background-color css
<style>
a { background-color: #CC4544; }
a { background-color: rgb(204,69,68); }
div.DivClassName
{
background-color: #CC4544;
}
.BgClassName
{
background-color: #CC4544;
}
</style>
border-color css
<style>
span { border-color: #CC4544; }
span { border-color: rgb(204,69,68); }
td.TdClassName
{
border-color: #CC4544;
}
.TagClassName
{
border-color: #CC4544;
}
</style>