#C25154

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

Shades of Mandy #C25154

Tints of Mandy #C25154

Color information

#C25154 (or 0xC25154) is unknown color: approx Mandy. HEX triplet: C2, 51 and 54. RGB value is (194,81,84). Sum of RGB (Red+Green+Blue) = 194+81+84=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 84 (33.20% from 255 or 23.40% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C25154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25154 is #3DAEAB. Grayscale: #737373. Windows color (decimal): -4042412 or 5525954. OLE color: 5525954.

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

Color convert

RGB1948184-
CMYK00.580.570.24
HSL358.41º48.09%53.92%-
HSV(B)358.41º58.25%76.08%-
XYZ26.7917.9910.45-
YUV115.13110.44184.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.04%
GREEN value IS 81 (32.03% from 255) = 22.56%
BLUE value IS 84 (33.20% from 255) = 23.40%
R=54.04%
G=22.56%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194818400.580.570.24358.4148.0953.92
HexC2515403A39181663036
Octal30212112407271305466066
Binary1100001010100011010100011101011100111000101100110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25154; }

 p { color: rgb(194,81,84); }

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

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

 a { background-color: rgb(194,81,84); }

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

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

 span { border-color: rgb(194,81,84); }

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