#C34D48

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

Shades of Sunset #C34D48

Tints of Sunset #C34D48

Color information

#C34D48 (or 0xC34D48) is unknown color: approx Sunset. HEX triplet: C3, 4D and 48. RGB value is (195,77,72). Sum of RGB (Red+Green+Blue) = 195+77+72=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C34D48 is #3CB2B7. Grayscale: #6F6F6F. Windows color (decimal): -3977912 or 4738499. OLE color: 4738499.

HSL color Cylindrical-coordinate representation of color #C34D48: hue angle of 2.44º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C34D48 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB1957772-
CMYK00.610.630.24
HSL2.44º50.62%52.35%-
HSV(B)2.44º63.08%76.47%-
XYZ26.3317.388.1-
YUV111.71105.59187.41-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.69%
GREEN value IS 77 (30.47% from 255) = 22.38%
BLUE value IS 72 (28.52% from 255) = 20.93%
R=56.69%
G=22.38%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195777200.610.630.242.4450.6252.35
HexC34D4803D3F1823334
Octal303115110075773026364
Binary110000111001101100100001111011111111100010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34D48; }

 p { color: rgb(195,77,72); }

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

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

 a { background-color: rgb(195,77,72); }

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

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

 span { border-color: rgb(195,77,72); }

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