#C1545C

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

Shades of Mandy #C1545C

Tints of Mandy #C1545C

Color information

#C1545C (or 0xC1545C) is unknown color: approx Mandy. HEX triplet: C1, 54 and 5C. RGB value is (193,84,92). Sum of RGB (Red+Green+Blue) = 193+84+92=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C1545C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1545C is #3EABA3. Grayscale: #757575. Windows color (decimal): -4107172 or 6051009. OLE color: 6051009.

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

Color convert

RGB1938492-
CMYK00.560.520.24
HSL355.6º46.78%54.31%-
HSV(B)355.6º56.48%75.69%-
XYZ27.0918.4512.26-
YUV117.5113.61181.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.30%
GREEN value IS 84 (33.20% from 255) = 22.76%
BLUE value IS 92 (36.33% from 255) = 24.93%
R=52.30%
G=22.76%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193849200.560.520.24355.646.7854.31
HexC1545C03834181642f36
Octal30112413407064305445766
Binary1100000110101001011100011100011010011000101100100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1545C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1545C; }

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

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

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

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

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

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

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

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