#C1485B

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

Shades of Mandy #C1485B

Tints of Mandy #C1485B

Color information

#C1485B (or 0xC1485B) is unknown color: approx Mandy. HEX triplet: C1, 48 and 5B. RGB value is (193,72,91). Sum of RGB (Red+Green+Blue) = 193+72+91=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C1485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1485B is #3EB7A4. Grayscale: #6E6E6E. Windows color (decimal): -4110245 or 5982401. OLE color: 5982401.

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

Color convert

RGB1937291-
CMYK00.630.530.24
HSL350.58º49.39%51.96%-
HSV(B)350.58º62.69%75.69%-
XYZ26.216.7311.75-
YUV110.34117.09186.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.21%
GREEN value IS 72 (28.52% from 255) = 20.22%
BLUE value IS 91 (35.94% from 255) = 25.56%
R=54.21%
G=20.22%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193729100.630.530.24350.5849.3951.96
HexC1485B03F351815f3134
Octal30111013307765305376164
Binary1100000110010001011011011111111010111000101011111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1485B; }

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

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

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

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

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

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

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

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