Shades of Sunset #CC4A45
Tints of Sunset #CC4A45
RGB
CMYK
RGB Variations
Color information
#CC4A45 (or 0xCC4A45) is known color: Sunset. HEX triplet: CC, 4A and 45. RGB value is (204,74,69). Sum of RGB (Red+Green+Blue) = 204+74+69=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4A45 is #33B5BA. Grayscale: #707070. Windows color (decimal): -3388859 or 4541132. OLE color: 4541132.
HSL color Cylindrical-coordinate representation of color #CC4A45: hue angle of 2.22º 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 #CC4A45 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 69 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.2 |
| HSL | 2.22º | 0.57% | 0.54% | - |
| HSV(B) | 2.22º | 0.66% | 0.8% | - |
| XYZ | 28.42 | 18.16 | 7.64 | - |
| YUV | 112.3 | 103.57 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 69 | 0 | 0.64 | 0.66 | 0.2 | 2.22 | 0.57 | 0.54 |
| Hex | CC | 4A | 45 | 0 | 40 | 42 | 14 | 2 | 39 | 36 |
| Octal | 314 | 112 | 105 | 0 | 100 | 102 | 24 | 2 | 71 | 66 |
| Binary | 11001100 | 1001010 | 1000101 | 0 | 1000000 | 1000010 | 10100 | 10 | 111001 | 110110 |
Color Harmonies of #CC4A45
Complementary color
Monochromatic Colors of #CC4A45
Black with #CC4A45
Text Example
Text Example
White with #CC4A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4A45; }
p { color: rgb(204,74,69); }
H1.HeaderClassName
{
color: #CC4A45;
}
.AnyTagClassName
{
color: #CC4A45;
}
</style>
background-color css
<style>
a { background-color: #CC4A45; }
a { background-color: rgb(204,74,69); }
div.DivClassName
{
background-color: #CC4A45;
}
.BgClassName
{
background-color: #CC4A45;
}
</style>
border-color css
<style>
span { border-color: #CC4A45; }
span { border-color: rgb(204,74,69); }
td.TdClassName
{
border-color: #CC4A45;
}
.TagClassName
{
border-color: #CC4A45;
}
</style>