Shades of Sunset #CC4A46
Tints of Sunset #CC4A46
RGB
CMYK
RGB Variations
Color information
#CC4A46 (or 0xCC4A46) is known color: Sunset. HEX triplet: CC, 4A and 46. RGB value is (204,74,70). Sum of RGB (Red+Green+Blue) = 204+74+70=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4A46 is #33B5B9. Grayscale: #707070. Windows color (decimal): -3388858 or 4606668. OLE color: 4606668.
HSL color Cylindrical-coordinate representation of color #CC4A46: hue angle of 1.79º 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 #CC4A46 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 70 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.2 |
| HSL | 1.79º | 0.57% | 0.54% | - |
| HSV(B) | 1.79º | 0.66% | 0.8% | - |
| XYZ | 28.46 | 18.18 | 7.8 | - |
| YUV | 112.41 | 104.07 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 70 | 0 | 0.64 | 0.66 | 0.2 | 1.79 | 0.57 | 0.54 |
| Hex | CC | 4A | 46 | 0 | 40 | 42 | 14 | 2 | 39 | 36 |
| Octal | 314 | 112 | 106 | 0 | 100 | 102 | 24 | 2 | 71 | 66 |
| Binary | 11001100 | 1001010 | 1000110 | 0 | 1000000 | 1000010 | 10100 | 10 | 111001 | 110110 |
Color Harmonies of #CC4A46
Complementary color
Monochromatic Colors of #CC4A46
Black with #CC4A46
Text Example
Text Example
White with #CC4A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4A46; }
p { color: rgb(204,74,70); }
H1.HeaderClassName
{
color: #CC4A46;
}
.AnyTagClassName
{
color: #CC4A46;
}
</style>
background-color css
<style>
a { background-color: #CC4A46; }
a { background-color: rgb(204,74,70); }
div.DivClassName
{
background-color: #CC4A46;
}
.BgClassName
{
background-color: #CC4A46;
}
</style>
border-color css
<style>
span { border-color: #CC4A46; }
span { border-color: rgb(204,74,70); }
td.TdClassName
{
border-color: #CC4A46;
}
.TagClassName
{
border-color: #CC4A46;
}
</style>