#C34B42

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

Shades of Sunset #C34B42

Tints of Sunset #C34B42

Color information

#C34B42 (or 0xC34B42) is unknown color: approx Sunset. HEX triplet: C3, 4B and 42. RGB value is (195,75,66). Sum of RGB (Red+Green+Blue) = 195+75+66=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34B42 is #3CB4BD. Grayscale: #6E6E6E. Windows color (decimal): -3978430 or 4344771. OLE color: 4344771.

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

Color convert

RGB1957566-
CMYK00.620.660.24
HSL4.19º51.81%51.18%-
HSV(B)4.19º66.15%76.47%-
XYZ26.0117.037.07-
YUV109.85103.26188.73-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.04%
GREEN value IS 75 (29.69% from 255) = 22.32%
BLUE value IS 66 (26.17% from 255) = 19.64%
R=58.04%
G=22.32%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195756600.620.660.244.1951.8151.18
HexC34B4203E421843433
Octal3031131020761023046463
Binary11000011100101110000100111110100001011000100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34B42; }

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

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

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

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

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

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

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

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