Shades of Sunset #CC4A4A
Tints of Sunset #CC4A4A
RGB
CMYK
RGB Variations
Color information
#CC4A4A (or 0xCC4A4A) is known color: Sunset. HEX triplet: CC, 4A and 4A. RGB value is (204,74,74). Sum of RGB (Red+Green+Blue) = 204+74+74=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4A4A is #33B5B5. Grayscale: #707070. Windows color (decimal): -3388854 or 4868812. OLE color: 4868812.
HSL color Cylindrical-coordinate representation of color #CC4A4A: hue angle of 0º 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 #CC4A4A is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 74 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.2 |
| HSL | 0º | 0.56% | 0.55% | - |
| HSV(B) | 0º | 0.64% | 0.8% | - |
| XYZ | 28.59 | 18.23 | 8.49 | - |
| YUV | 112.87 | 106.07 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 74 | 0 | 0.64 | 0.64 | 0.2 | 0 | 0.56 | 0.55 |
| Hex | CC | 4A | 4A | 0 | 40 | 40 | 14 | 0 | 38 | 37 |
| Octal | 314 | 112 | 112 | 0 | 100 | 100 | 24 | 0 | 70 | 67 |
| Binary | 11001100 | 1001010 | 1001010 | 0 | 1000000 | 1000000 | 10100 | 0 | 111000 | 110111 |
Color Harmonies of #CC4A4A
Complementary color
Monochromatic Colors of #CC4A4A
Black with #CC4A4A
Text Example
Text Example
White with #CC4A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4A4A; }
p { color: rgb(204,74,74); }
H1.HeaderClassName
{
color: #CC4A4A;
}
.AnyTagClassName
{
color: #CC4A4A;
}
</style>
background-color css
<style>
a { background-color: #CC4A4A; }
a { background-color: rgb(204,74,74); }
div.DivClassName
{
background-color: #CC4A4A;
}
.BgClassName
{
background-color: #CC4A4A;
}
</style>
border-color css
<style>
span { border-color: #CC4A4A; }
span { border-color: rgb(204,74,74); }
td.TdClassName
{
border-color: #CC4A4A;
}
.TagClassName
{
border-color: #CC4A4A;
}
</style>