#c44c4c

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

Shades of Sunset #C44C4C

Tints of Sunset #C44C4C

Color information

#C44C4C (or 0xC44C4C) is unknown color: approx Sunset. HEX triplet: C4, 4C and 4C. RGB value is (196,76,76). Sum of RGB (Red+Green+Blue) = 196+76+76=348 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.32% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44C4C is #3BB3B3. Grayscale: #6F6F6F. Windows color (decimal): -3912628 or 5000388. OLE color: 5000388.

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

Color convert

RGB1967676-
CMYK00.610.610.23
HSL50.42%53.33%-
HSV(B)61.22%76.86%-
XYZ26.6517.438.8-
YUV111.88107.76188-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 56.32%
GREEN value IS 76 (30.08% from 255) = 21.84%
BLUE value IS 76 (30.08% from 255) = 21.84%
R=56.32%
G=21.84%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196767600.610.610.23050.4253.33
HexC44C4C03D3D1703235
Octal304114114075752706265
Binary11000100100110010011000111101111101101110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c44c4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c44c4c; }

 p { color: rgb(196,76,76); }

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

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

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

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

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

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

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