#C1534E

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

Shades of Sunset #C1534E

Tints of Sunset #C1534E

Color information

#C1534E (or 0xC1534E) is unknown color: approx Sunset. HEX triplet: C1, 53 and 4E. RGB value is (193,83,78). Sum of RGB (Red+Green+Blue) = 193+83+78=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C1534E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1534E is #3EACB1. Grayscale: #737373. Windows color (decimal): -4107442 or 5133249. OLE color: 5133249.

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

Color convert

RGB1938378-
CMYK00.570.600.24
HSL2.61º48.12%53.14%-
HSV(B)2.61º59.59%75.69%-
XYZ26.4618.079.3-
YUV115.32106.94183.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.52%
GREEN value IS 83 (32.81% from 255) = 23.45%
BLUE value IS 78 (30.86% from 255) = 22.03%
R=54.52%
G=23.45%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193837800.570.600.242.6148.1253.14
HexC1534E0393C1833035
Octal301123116071743036065
Binary110000011010011100111001110011111001100011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1534E; }

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

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

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

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

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

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

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

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