#C2505D

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

Shades of Mandy #C2505D

Tints of Mandy #C2505D

Color information

#C2505D (or 0xC2505D) is unknown color: approx Mandy. HEX triplet: C2, 50 and 5D. RGB value is (194,80,93). Sum of RGB (Red+Green+Blue) = 194+80+93=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C2505D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2505D is #3DAFA2. Grayscale: #737373. Windows color (decimal): -4042659 or 6115522. OLE color: 6115522.

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

Color convert

RGB1948093-
CMYK00.590.520.24
HSL353.16º48.31%53.73%-
HSV(B)353.16º58.76%76.08%-
XYZ27.091812.4-
YUV115.57115.27183.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.86%
GREEN value IS 80 (31.64% from 255) = 21.80%
BLUE value IS 93 (36.72% from 255) = 25.34%
R=52.86%
G=21.80%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194809300.590.520.24353.1648.3153.73
HexC2505D03B34181613036
Octal30212013507364305416066
Binary1100001010100001011101011101111010011000101100001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2505D; }

 p { color: rgb(194,80,93); }

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

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

 a { background-color: rgb(194,80,93); }

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

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

 span { border-color: rgb(194,80,93); }

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