#C25053

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

Shades of Mandy #C25053

Tints of Mandy #C25053

Color information

#C25053 (or 0xC25053) is unknown color: approx Mandy. HEX triplet: C2, 50 and 53. RGB value is (194,80,83). Sum of RGB (Red+Green+Blue) = 194+80+83=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C25053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25053 is #3DAFAC. Grayscale: #727272. Windows color (decimal): -4042669 or 5460162. OLE color: 5460162.

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

Color convert

RGB1948083-
CMYK00.590.570.24
HSL358.42º48.31%53.73%-
HSV(B)358.42º58.76%76.08%-
XYZ26.6817.8310.22-
YUV114.43110.27184.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.34%
GREEN value IS 80 (31.64% from 255) = 22.41%
BLUE value IS 83 (32.81% from 255) = 23.25%
R=54.34%
G=22.41%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194808300.590.570.24358.4248.3153.73
HexC2505303B39181663036
Octal30212012307371305466066
Binary1100001010100001010011011101111100111000101100110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25053; }

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

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

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

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

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

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

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

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