#CC4947

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

Shades of Sunset #CC4947

Tints of Sunset #CC4947

Color information

#CC4947 (or 0xCC4947) is unknown color: approx Sunset. HEX triplet: CC, 49 and 47. RGB value is (204,73,71). Sum of RGB (Red+Green+Blue) = 204+73+71=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4947 is #33B6B8. Grayscale: #707070. Windows color (decimal): -3389113 or 4671948. OLE color: 4671948.

HSL color Cylindrical-coordinate representation of color #CC4947: hue angle of 0.9º degrees, saturation: 0.57, 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 #CC4947 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB2047371-
CMYK00.640.650.2
HSL0.9º56.6%53.92%-
HSV(B)0.9º65.2%80%-
XYZ28.4218.067.95-
YUV111.94104.9193.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.62%
GREEN value IS 73 (28.91% from 255) = 20.98%
BLUE value IS 71 (28.12% from 255) = 20.40%
R=58.62%
G=20.98%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204737100.640.650.20.956.653.92
HexCC4947040411413936
Octal31411110701001012417166
Binary1100110010010011000111010000001000001101001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4947; }

 p { color: rgb(204,73,71); }

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

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

 a { background-color: rgb(204,73,71); }

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

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

 span { border-color: rgb(204,73,71); }

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