Shades of Sunset #CC4742
Tints of Sunset #CC4742
RGB
CMYK
RGB Variations
Color information
#CC4742 (or 0xCC4742) is known color: Sunset. HEX triplet: CC, 47 and 42. RGB value is (204,71,66). Sum of RGB (Red+Green+Blue) = 204+71+66=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4742 is #33B8BD. Grayscale: #6E6E6E. Windows color (decimal): -3389630 or 4343756. OLE color: 4343756.
HSL color Cylindrical-coordinate representation of color #CC4742: hue angle of 2.17º degrees, saturation: 0.57, 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 #CC4742 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 66 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.2 |
| HSL | 2.17º | 0.58% | 0.53% | - |
| HSV(B) | 2.17º | 0.68% | 0.8% | - |
| XYZ | 28.14 | 17.74 | 7.09 | - |
| YUV | 110.2 | 103.06 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 66 | 0 | 0.65 | 0.68 | 0.2 | 2.17 | 0.58 | 0.53 |
| Hex | CC | 47 | 42 | 0 | 41 | 44 | 14 | 2 | 3A | 35 |
| Octal | 314 | 107 | 102 | 0 | 101 | 104 | 24 | 2 | 72 | 65 |
| Binary | 11001100 | 1000111 | 1000010 | 0 | 1000001 | 1000100 | 10100 | 10 | 111010 | 110101 |
Color Harmonies of #CC4742
Complementary color
Monochromatic Colors of #CC4742
Black with #CC4742
Text Example
Text Example
White with #CC4742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4742; }
p { color: rgb(204,71,66); }
H1.HeaderClassName
{
color: #CC4742;
}
.AnyTagClassName
{
color: #CC4742;
}
</style>
background-color css
<style>
a { background-color: #CC4742; }
a { background-color: rgb(204,71,66); }
div.DivClassName
{
background-color: #CC4742;
}
.BgClassName
{
background-color: #CC4742;
}
</style>
border-color css
<style>
span { border-color: #CC4742; }
span { border-color: rgb(204,71,66); }
td.TdClassName
{
border-color: #CC4742;
}
.TagClassName
{
border-color: #CC4742;
}
</style>