#CC4840

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

Shades of Sunset #CC4840

Tints of Sunset #CC4840

Color information

#CC4840 (or 0xCC4840) is unknown color: approx Sunset. HEX triplet: CC, 48 and 40. RGB value is (204,72,64). Sum of RGB (Red+Green+Blue) = 204+72+64=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4840 is #33B7BF. Grayscale: #6E6E6E. Windows color (decimal): -3389376 or 4212940. OLE color: 4212940.

HSL color Cylindrical-coordinate representation of color #CC4840: hue angle of 3.43º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC4840 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB2047264-
CMYK00.650.690.2
HSL3.43º57.85%52.55%-
HSV(B)3.43º68.63%80%-
XYZ28.1417.846.81-
YUV110.56101.73194.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 60%
GREEN value IS 72 (28.52% from 255) = 21.18%
BLUE value IS 64 (25.39% from 255) = 18.82%
R=60%
G=21.18%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204726400.650.690.23.4357.8552.55
HexCC4840041451433a35
Octal31411010001011052437265
Binary11001100100100010000000100000110001011010011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4840; }

 p { color: rgb(204,72,64); }

 H1.HeaderClassName
 {
   color: #CC4840;
 }
 .AnyTagClassName
 {
   color: #CC4840;
 }
</style>
background-color css

<style>
 a { background-color: #CC4840; }

 a { background-color: rgb(204,72,64); }

 div.DivClassName
 {
   background-color: #CC4840;
 }
 .BgClassName
 {
   background-color: #CC4840;
 }
</style>
border-color css

<style>
 span { border-color: #CC4840; }

 span { border-color: rgb(204,72,64); }

 td.TdClassName
 {
   border-color: #CC4840;
 }
 .TagClassName
 {
   border-color: #CC4840;
 }
</style>