Shades of Sunset #CC4A48
Tints of Sunset #CC4A48
RGB
CMYK
RGB Variations
Color information
#CC4A48 (or 0xCC4A48) is known color: Sunset. HEX triplet: CC, 4A and 48. RGB value is (204,74,72). Sum of RGB (Red+Green+Blue) = 204+74+72=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4A48 is #33B5B7. Grayscale: #707070. Windows color (decimal): -3388856 or 4737740. OLE color: 4737740.
HSL color Cylindrical-coordinate representation of color #CC4A48: hue angle of 0.91º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC4A48 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 72 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.2 |
| HSL | 0.91º | 0.56% | 0.54% | - |
| HSV(B) | 0.91º | 0.65% | 0.8% | - |
| XYZ | 28.52 | 18.2 | 8.14 | - |
| YUV | 112.64 | 105.07 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 72 | 0 | 0.64 | 0.65 | 0.2 | 0.91 | 0.56 | 0.54 |
| Hex | CC | 4A | 48 | 0 | 40 | 41 | 14 | 1 | 38 | 36 |
| Octal | 314 | 112 | 110 | 0 | 100 | 101 | 24 | 1 | 70 | 66 |
| Binary | 11001100 | 1001010 | 1001000 | 0 | 1000000 | 1000001 | 10100 | 1 | 111000 | 110110 |
Color Harmonies of #CC4A48
Complementary color
Monochromatic Colors of #CC4A48
Black with #CC4A48
Text Example
Text Example
White with #CC4A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4A48; }
p { color: rgb(204,74,72); }
H1.HeaderClassName
{
color: #CC4A48;
}
.AnyTagClassName
{
color: #CC4A48;
}
</style>
background-color css
<style>
a { background-color: #CC4A48; }
a { background-color: rgb(204,74,72); }
div.DivClassName
{
background-color: #CC4A48;
}
.BgClassName
{
background-color: #CC4A48;
}
</style>
border-color css
<style>
span { border-color: #CC4A48; }
span { border-color: rgb(204,74,72); }
td.TdClassName
{
border-color: #CC4A48;
}
.TagClassName
{
border-color: #CC4A48;
}
</style>