#C1544E

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

Shades of Sunset #C1544E

Tints of Sunset #C1544E

Color information

#C1544E (or 0xC1544E) is unknown color: approx Sunset. HEX triplet: C1, 54 and 4E. RGB value is (193,84,78). Sum of RGB (Red+Green+Blue) = 193+84+78=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C1544E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1544E is #3EABB1. Grayscale: #747474. Windows color (decimal): -4107186 or 5133505. OLE color: 5133505.

HSL color Cylindrical-coordinate representation of color #C1544E: hue angle of 3.13º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1544E is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB1938478-
CMYK00.560.600.24
HSL3.13º48.12%53.14%-
HSV(B)3.13º59.59%75.69%-
XYZ26.5418.239.33-
YUV115.91106.61182.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.37%
GREEN value IS 84 (33.20% from 255) = 23.66%
BLUE value IS 78 (30.86% from 255) = 21.97%
R=54.37%
G=23.66%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193847800.560.600.243.1348.1253.14
HexC1544E0383C1833035
Octal301124116070743036065
Binary110000011010100100111001110001111001100011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1544E; }

 p { color: rgb(193,84,78); }

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

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

 a { background-color: rgb(193,84,78); }

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

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

 span { border-color: rgb(193,84,78); }

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