#C34B48

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

Shades of Sunset #C34B48

Tints of Sunset #C34B48

Color information

#C34B48 (or 0xC34B48) is unknown color: approx Sunset. HEX triplet: C3, 4B and 48. RGB value is (195,75,72). Sum of RGB (Red+Green+Blue) = 195+75+72=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34B48 is #3CB4B7. Grayscale: #6E6E6E. Windows color (decimal): -3978424 or 4737987. OLE color: 4737987.

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

Color convert

RGB1957572-
CMYK00.620.630.24
HSL1.46º50.62%52.35%-
HSV(B)1.46º63.08%76.47%-
XYZ26.1917.18.05-
YUV110.54106.26188.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.02%
GREEN value IS 75 (29.69% from 255) = 21.93%
BLUE value IS 72 (28.52% from 255) = 21.05%
R=57.02%
G=21.93%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195757200.620.630.241.4650.6252.35
HexC34B4803E3F1813334
Octal303113110076773016364
Binary11000011100101110010000111110111111110001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34B48; }

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

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

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

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

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

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

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

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