#C44B42

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

Shades of Sunset #C44B42

Tints of Sunset #C44B42

Color information

#C44B42 (or 0xC44B42) is unknown color: approx Sunset. HEX triplet: C4, 4B and 42. RGB value is (196,75,66). Sum of RGB (Red+Green+Blue) = 196+75+66=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C44B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44B42 is #3BB4BD. Grayscale: #6E6E6E. Windows color (decimal): -3912894 or 4344772. OLE color: 4344772.

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

Color convert

RGB1967566-
CMYK00.620.660.23
HSL4.15º52.42%51.37%-
HSV(B)4.15º66.33%76.86%-
XYZ26.2617.167.08-
YUV110.15103.09189.23-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.16%
GREEN value IS 75 (29.69% from 255) = 22.26%
BLUE value IS 66 (26.17% from 255) = 19.58%
R=58.16%
G=22.26%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196756600.620.660.234.1552.4251.37
HexC44B4203E421743433
Octal3041131020761022746463
Binary11000100100101110000100111110100001010111100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44B42; }

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

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

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

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

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

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

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

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