#C1505A

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

Shades of Mandy #C1505A

Tints of Mandy #C1505A

Color information

#C1505A (or 0xC1505A) is unknown color: approx Mandy. HEX triplet: C1, 50 and 5A. RGB value is (193,80,90). Sum of RGB (Red+Green+Blue) = 193+80+90=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C1505A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1505A is #3EAFA5. Grayscale: #737373. Windows color (decimal): -4108198 or 5918913. OLE color: 5918913.

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

Color convert

RGB1938090-
CMYK00.590.530.24
HSL354.69º47.68%53.53%-
HSV(B)354.69º58.55%75.69%-
XYZ26.7117.8111.7-
YUV114.93113.94183.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.17%
GREEN value IS 80 (31.64% from 255) = 22.04%
BLUE value IS 90 (35.55% from 255) = 24.79%
R=53.17%
G=22.04%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193809000.590.530.24354.6947.6853.53
HexC1505A03B35181633036
Octal30112013207365305436066
Binary1100000110100001011010011101111010111000101100011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1505A; }

 p { color: rgb(193,80,90); }

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

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

 a { background-color: rgb(193,80,90); }

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

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

 span { border-color: rgb(193,80,90); }

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