#CC4746

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

Shades of Sunset #CC4746

Tints of Sunset #CC4746

Color information

#CC4746 (or 0xCC4746) is unknown color: approx Sunset. HEX triplet: CC, 47 and 46. RGB value is (204,71,70). Sum of RGB (Red+Green+Blue) = 204+71+70=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4746 is #33B8B9. Grayscale: #6E6E6E. Windows color (decimal): -3389626 or 4605900. OLE color: 4605900.

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

Color convert

RGB2047170-
CMYK00.650.660.2
HSL0.45º56.78%53.73%-
HSV(B)0.45º65.69%80%-
XYZ28.2617.797.74-
YUV110.65105.06194.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 59.13%
GREEN value IS 71 (28.12% from 255) = 20.58%
BLUE value IS 70 (27.73% from 255) = 20.29%
R=59.13%
G=20.58%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204717000.650.660.20.4556.7853.73
HexCC4746041421403936
Octal31410710601011022407166
Binary1100110010001111000110010000011000010101000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4746; }

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

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

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

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

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

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

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

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