#CC4E48

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

Shades of Sunset #CC4E48

Tints of Sunset #CC4E48

Color information

#CC4E48 (or 0xCC4E48) is unknown color: approx Sunset. HEX triplet: CC, 4E and 48. RGB value is (204,78,72). Sum of RGB (Red+Green+Blue) = 204+78+72=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC4E48 is #33B1B7. Grayscale: #737373. Windows color (decimal): -3387832 or 4738764. OLE color: 4738764.

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

Color convert

RGB2047872-
CMYK00.620.650.2
HSL2.73º56.41%54.12%-
HSV(B)2.73º64.71%80%-
XYZ28.818.758.23-
YUV114.99103.74191.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.63%
GREEN value IS 78 (30.86% from 255) = 22.03%
BLUE value IS 72 (28.52% from 255) = 20.34%
R=57.63%
G=22.03%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204787200.620.650.22.7356.4154.12
HexCC4E4803E411433836
Octal3141161100761012437066
Binary1100110010011101001000011111010000011010011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4E48; }

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

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

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

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

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

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

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

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