Shades of Sunset #CC4846
Tints of Sunset #CC4846
RGB
CMYK
RGB Variations
Color information
#CC4846 (or 0xCC4846) is known color: Sunset. HEX triplet: CC, 48 and 46. RGB value is (204,72,70). Sum of RGB (Red+Green+Blue) = 204+72+70=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4846 is #33B7B9. Grayscale: #6F6F6F. Windows color (decimal): -3389370 or 4606156. OLE color: 4606156.
HSL color Cylindrical-coordinate representation of color #CC4846: hue angle of 0.9º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC4846 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 70 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.2 |
| HSL | 0.9º | 0.57% | 0.54% | - |
| HSV(B) | 0.9º | 0.66% | 0.8% | - |
| XYZ | 28.32 | 17.91 | 7.76 | - |
| YUV | 111.24 | 104.73 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 70 | 0 | 0.65 | 0.66 | 0.2 | 0.9 | 0.57 | 0.54 |
| Hex | CC | 48 | 46 | 0 | 41 | 42 | 14 | 1 | 39 | 36 |
| Octal | 314 | 110 | 106 | 0 | 101 | 102 | 24 | 1 | 71 | 66 |
| Binary | 11001100 | 1001000 | 1000110 | 0 | 1000001 | 1000010 | 10100 | 1 | 111001 | 110110 |
Color Harmonies of #CC4846
Complementary color
Monochromatic Colors of #CC4846
Black with #CC4846
Text Example
Text Example
White with #CC4846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4846; }
p { color: rgb(204,72,70); }
H1.HeaderClassName
{
color: #CC4846;
}
.AnyTagClassName
{
color: #CC4846;
}
</style>
background-color css
<style>
a { background-color: #CC4846; }
a { background-color: rgb(204,72,70); }
div.DivClassName
{
background-color: #CC4846;
}
.BgClassName
{
background-color: #CC4846;
}
</style>
border-color css
<style>
span { border-color: #CC4846; }
span { border-color: rgb(204,72,70); }
td.TdClassName
{
border-color: #CC4846;
}
.TagClassName
{
border-color: #CC4846;
}
</style>