#C1545B

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

Shades of Mandy #C1545B

Tints of Mandy #C1545B

Color information

#C1545B (or 0xC1545B) is unknown color: approx Mandy. HEX triplet: C1, 54 and 5B. RGB value is (193,84,91). Sum of RGB (Red+Green+Blue) = 193+84+91=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C1545B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1545B is #3EABA4. Grayscale: #757575. Windows color (decimal): -4107173 or 5985473. OLE color: 5985473.

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

Color convert

RGB1938491-
CMYK00.560.530.24
HSL356.15º46.78%54.31%-
HSV(B)356.15º56.48%75.69%-
XYZ27.0518.4312.03-
YUV117.39113.11181.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.45%
GREEN value IS 84 (33.20% from 255) = 22.83%
BLUE value IS 91 (35.94% from 255) = 24.73%
R=52.45%
G=22.83%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193849100.560.530.24356.1546.7854.31
HexC1545B03835181642f36
Octal30112413307065305445766
Binary1100000110101001011011011100011010111000101100100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1545B; }

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

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

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

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

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

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

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

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