Html Css Color HEX #C25460 Mandy

📋 copy color: '#C25460'

red 194 ◦ green 84 ◦ blue 96

#C25460
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #C25460

Tints of Mandy #C25460

RGB

 RED value IS 194 (76.17% from 255) = 51.87%

 GREEN value IS 84 (33.2% from 255) = 22.46%

 BLUE value IS 96 (37.89% from 255) = 25.67%

R = 51.87%
G = 22.46%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C25460 (or 0xC25460) is known color: Mandy. HEX triplet: C2, 54 and 60. RGB value is (194,84,96). Sum of RGB (Red+Green+Blue) = 194+84+96=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C25460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25460 is #3DAB9F. Grayscale: #767676. Windows color (decimal): -4041632 or 6313154. OLE color: 6313154.

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

Color convert

RGB 194 84 96 -
CMYK 0 0.57 0.51 0.24
HSL 353.45º 0.47% 0.55% -
HSV(B) 353.45º 0.57% 0.76% -
XYZ 27.53 18.65 13.22 -
YUV 118.26 115.44 182.02 -
System Red Green Blue C M Y K H S L
Decimal 194 84 96 0 0.57 0.51 0.24 353.45 0.47 0.55
Hex C2 54 60 0 39 33 18 161 2F 37
Octal 302 124 140 0 71 63 30 541 57 67
Binary 11000010 1010100 1100000 0 111001 110011 11000 101100001 101111 110111

Color Harmonies of #C25460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25460

Black with #C25460

Text Example


Text Example

White with #C25460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25460; }

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

 H1.HeaderClassName
 {
   color: #C25460;
 }
 .AnyTagClassName
 {
   color: #C25460;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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