#C25B5C

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

Shades of Mandy #C25B5C

Tints of Mandy #C25B5C

Color information

#C25B5C (or 0xC25B5C) is unknown color: approx Mandy. HEX triplet: C2, 5B and 5C. RGB value is (194,91,92). Sum of RGB (Red+Green+Blue) = 194+91+92=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25B5C is #3DA4A3. Grayscale: #7A7A7A. Windows color (decimal): -4039844 or 6052802. OLE color: 6052802.

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

Color convert

RGB1949192-
CMYK00.530.530.24
HSL359.42º45.78%55.88%-
HSV(B)359.42º53.09%76.08%-
XYZ27.9219.7212.46-
YUV121.91111.12179.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.46%
GREEN value IS 91 (35.94% from 255) = 24.14%
BLUE value IS 92 (36.33% from 255) = 24.40%
R=51.46%
G=24.14%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194919200.530.530.24359.4245.7855.88
HexC25B5C03535181672e38
Octal30213313406565305475670
Binary1100001010110111011100011010111010111000101100111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25B5C; }

 p { color: rgb(194,91,92); }

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

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

 a { background-color: rgb(194,91,92); }

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

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

 span { border-color: rgb(194,91,92); }

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