Html Css Color HEX #C25A5E Mandy

📋 copy color: '#C25A5E'

red 194 ◦ green 90 ◦ blue 94

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

Shades of Mandy #C25A5E

Tints of Mandy #C25A5E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.81%

 BLUE value IS 94 (37.11% from 255) = 24.87%

R = 51.32%
G = 23.81%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C25A5E (or 0xC25A5E) is known color: Mandy. HEX triplet: C2, 5A and 5E. RGB value is (194,90,94). Sum of RGB (Red+Green+Blue) = 194+90+94=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25A5E is #3DA5A1. Grayscale: #797979. Windows color (decimal): -4040098 or 6183618. OLE color: 6183618.

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

Color convert

RGB 194 90 94 -
CMYK 0 0.54 0.52 0.24
HSL 357.69º 0.46% 0.56% -
HSV(B) 357.69º 0.54% 0.76% -
XYZ 27.92 19.59 12.9 -
YUV 121.55 112.46 179.67 -
System Red Green Blue C M Y K H S L
Decimal 194 90 94 0 0.54 0.52 0.24 357.69 0.46 0.56
Hex C2 5A 5E 0 36 34 18 166 2E 38
Octal 302 132 136 0 66 64 30 546 56 70
Binary 11000010 1011010 1011110 0 110110 110100 11000 101100110 101110 111000

Color Harmonies of #C25A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25A5E

Black with #C25A5E

Text Example


Text Example

White with #C25A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25A5E; }

 p { color: rgb(194,90,94); }

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

background-color css

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

 a { background-color: rgb(194,90,94); }

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

border-color css

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

 span { border-color: rgb(194,90,94); }

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