#C34C48

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

Shades of Sunset #C34C48

Tints of Sunset #C34C48

Color information

#C34C48 (or 0xC34C48) is unknown color: approx Sunset. HEX triplet: C3, 4C and 48. RGB value is (195,76,72). Sum of RGB (Red+Green+Blue) = 195+76+72=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34C48 is #3CB3B7. Grayscale: #6F6F6F. Windows color (decimal): -3978168 or 4738243. OLE color: 4738243.

HSL color Cylindrical-coordinate representation of color #C34C48: hue angle of 1.95º 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 #C34C48 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB1957672-
CMYK00.610.630.24
HSL1.95º50.62%52.35%-
HSV(B)1.95º63.08%76.47%-
XYZ26.2617.248.07-
YUV111.12105.92187.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.85%
GREEN value IS 76 (30.08% from 255) = 22.16%
BLUE value IS 72 (28.52% from 255) = 20.99%
R=56.85%
G=22.16%
B=20.99%

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
Decimal195767200.610.630.241.9550.6252.35
HexC34C4803D3F1823334
Octal303114110075773026364
Binary110000111001100100100001111011111111100010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34C48; }

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

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

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

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

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

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

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

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