#C1505E

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

Shades of Mandy #C1505E

Tints of Mandy #C1505E

Color information

#C1505E (or 0xC1505E) is unknown color: approx Mandy. HEX triplet: C1, 50 and 5E. RGB value is (193,80,94). Sum of RGB (Red+Green+Blue) = 193+80+94=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C1505E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1505E is #3EAFA1. Grayscale: #737373. Windows color (decimal): -4108194 or 6181057. OLE color: 6181057.

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

Color convert

RGB1938094-
CMYK00.590.510.24
HSL352.57º47.68%53.53%-
HSV(B)352.57º58.55%75.69%-
XYZ26.8817.8812.62-
YUV115.38115.94183.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.59%
GREEN value IS 80 (31.64% from 255) = 21.80%
BLUE value IS 94 (37.11% from 255) = 25.61%
R=52.59%
G=21.80%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193809400.590.510.24352.5747.6853.53
HexC1505E03B33181613036
Octal30112013607363305416066
Binary1100000110100001011110011101111001111000101100001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1505E; }

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

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

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

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

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

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

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

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