Shades of Sunset #CC4440
Tints of Sunset #CC4440
RGB
CMYK
RGB Variations
Color information
#CC4440 (or 0xCC4440) is known color: Sunset. HEX triplet: CC, 44 and 40. RGB value is (204,68,64). Sum of RGB (Red+Green+Blue) = 204+68+64=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4440 is #33BBBF. Grayscale: #6C6C6C. Windows color (decimal): -3390400 or 4211916. OLE color: 4211916.
HSL color Cylindrical-coordinate representation of color #CC4440: hue angle of 1.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC4440 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 64 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.2 |
| HSL | 1.71º | 0.58% | 0.53% | - |
| HSV(B) | 1.71º | 0.69% | 0.8% | - |
| XYZ | 27.89 | 17.34 | 6.73 | - |
| YUV | 108.21 | 103.06 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 64 | 0 | 0.67 | 0.69 | 0.2 | 1.71 | 0.58 | 0.53 |
| Hex | CC | 44 | 40 | 0 | 43 | 45 | 14 | 2 | 3A | 35 |
| Octal | 314 | 104 | 100 | 0 | 103 | 105 | 24 | 2 | 72 | 65 |
| Binary | 11001100 | 1000100 | 1000000 | 0 | 1000011 | 1000101 | 10100 | 10 | 111010 | 110101 |
Color Harmonies of #CC4440
Complementary color
Monochromatic Colors of #CC4440
Black with #CC4440
Text Example
Text Example
White with #CC4440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4440; }
p { color: rgb(204,68,64); }
H1.HeaderClassName
{
color: #CC4440;
}
.AnyTagClassName
{
color: #CC4440;
}
</style>
background-color css
<style>
a { background-color: #CC4440; }
a { background-color: rgb(204,68,64); }
div.DivClassName
{
background-color: #CC4440;
}
.BgClassName
{
background-color: #CC4440;
}
</style>
border-color css
<style>
span { border-color: #CC4440; }
span { border-color: rgb(204,68,64); }
td.TdClassName
{
border-color: #CC4440;
}
.TagClassName
{
border-color: #CC4440;
}
</style>