#CC4A4A

Color #CC4A4A Sunset (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunset #CC4A4A

Tints of Sunset #CC4A4A

Color information

#CC4A4A (or 0xCC4A4A) is unknown color: approx 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

RGB2047474-
CMYK00.640.640.2
HSL56.03%54.51%-
HSV(B)63.73%80%-
XYZ28.5918.238.49-
YUV112.87106.07193-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 57.95%
GREEN value IS 74 (29.30% from 255) = 21.02%
BLUE value IS 74 (29.30% from 255) = 21.02%
R=57.95%
G=21.02%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204747400.640.640.2056.0354.51
HexCC4A4A040401403837
Octal31411211201001002407067
Binary1100110010010101001010010000001000000101000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>