#C1534A

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

Shades of Sunset #C1534A

Tints of Sunset #C1534A

Color information

#C1534A (or 0xC1534A) is unknown color: approx Sunset. HEX triplet: C1, 53 and 4A. RGB value is (193,83,74). Sum of RGB (Red+Green+Blue) = 193+83+74=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C1534A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1534A is #3EACB5. Grayscale: #737373. Windows color (decimal): -4107446 or 4871105. OLE color: 4871105.

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

Color convert

RGB1938374-
CMYK00.570.620.24
HSL4.54º48.97%52.35%-
HSV(B)4.54º61.66%75.69%-
XYZ26.3218.028.57-
YUV114.86104.94183.73-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.14%
GREEN value IS 83 (32.81% from 255) = 23.71%
BLUE value IS 74 (29.30% from 255) = 21.14%
R=55.14%
G=23.71%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193837400.570.620.244.5448.9752.35
HexC1534A0393E1853134
Octal301123112071763056164
Binary1100000110100111001010011100111111011000101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1534A; }

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

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

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

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

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

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

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

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