#CC4540

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

Shades of Sunset #CC4540

Tints of Sunset #CC4540

Color information

#CC4540 (or 0xCC4540) is unknown color: approx Sunset. HEX triplet: CC, 45 and 40. RGB value is (204,69,64). Sum of RGB (Red+Green+Blue) = 204+69+64=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4540 is #33BABF. Grayscale: #6C6C6C. Windows color (decimal): -3390144 or 4212172. OLE color: 4212172.

HSL color Cylindrical-coordinate representation of color #CC4540: hue angle of 2.14º 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 #CC4540 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB2046964-
CMYK00.660.690.2
HSL2.14º57.85%52.55%-
HSV(B)2.14º68.63%80%-
XYZ27.9617.466.75-
YUV108.8102.73195.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 60.53%
GREEN value IS 69 (27.34% from 255) = 20.47%
BLUE value IS 64 (25.39% from 255) = 18.99%
R=60.53%
G=20.47%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204696400.660.690.22.1457.8552.55
HexCC4540042451423a35
Octal31410510001021052427265
Binary11001100100010110000000100001010001011010010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4540; }

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

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

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

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

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

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

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

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