Shades of Sunset #CC4D4A
Tints of Sunset #CC4D4A
RGB
CMYK
RGB Variations
Color information
#CC4D4A (or 0xCC4D4A) is known color: Sunset. HEX triplet: CC, 4D and 4A. RGB value is (204,77,74). Sum of RGB (Red+Green+Blue) = 204+77+74=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC4D4A is #33B2B5. Grayscale: #727272. Windows color (decimal): -3388086 or 4869580. OLE color: 4869580.
HSL color Cylindrical-coordinate representation of color #CC4D4A: hue angle of 1.38º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4D4A is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 77 | 74 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.2 |
| HSL | 1.38º | 0.56% | 0.55% | - |
| HSV(B) | 1.38º | 0.64% | 0.8% | - |
| XYZ | 28.79 | 18.64 | 8.56 | - |
| YUV | 114.63 | 105.08 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 74 | 0 | 0.62 | 0.64 | 0.2 | 1.38 | 0.56 | 0.55 |
| Hex | CC | 4D | 4A | 0 | 3E | 40 | 14 | 1 | 38 | 37 |
| Octal | 314 | 115 | 112 | 0 | 76 | 100 | 24 | 1 | 70 | 67 |
| Binary | 11001100 | 1001101 | 1001010 | 0 | 111110 | 1000000 | 10100 | 1 | 111000 | 110111 |
Color Harmonies of #CC4D4A
Complementary color
Monochromatic Colors of #CC4D4A
Black with #CC4D4A
Text Example
Text Example
White with #CC4D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4D4A; }
p { color: rgb(204,77,74); }
H1.HeaderClassName
{
color: #CC4D4A;
}
.AnyTagClassName
{
color: #CC4D4A;
}
</style>
background-color css
<style>
a { background-color: #CC4D4A; }
a { background-color: rgb(204,77,74); }
div.DivClassName
{
background-color: #CC4D4A;
}
.BgClassName
{
background-color: #CC4D4A;
}
</style>
border-color css
<style>
span { border-color: #CC4D4A; }
span { border-color: rgb(204,77,74); }
td.TdClassName
{
border-color: #CC4D4A;
}
.TagClassName
{
border-color: #CC4D4A;
}
</style>