Html Css Color HEX #C25D5E Mandy

📋 copy color: '#C25D5E'

red 194 ◦ green 93 ◦ blue 94

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

Shades of Mandy #C25D5E

Tints of Mandy #C25D5E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.41%

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

R = 50.92%
G = 24.41%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C25D5E (or 0xC25D5E) is known color: Mandy. HEX triplet: C2, 5D and 5E. RGB value is (194,93,94). Sum of RGB (Red+Green+Blue) = 194+93+94=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25D5E is #3DA2A1. Grayscale: #7B7B7B. Windows color (decimal): -4039330 or 6184386. OLE color: 6184386.

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

Color convert

RGB 194 93 94 -
CMYK 0 0.52 0.52 0.24
HSL 359.41º 0.45% 0.56% -
HSV(B) 359.41º 0.52% 0.76% -
XYZ 28.18 20.11 12.99 -
YUV 123.31 111.46 178.42 -
System Red Green Blue C M Y K H S L
Decimal 194 93 94 0 0.52 0.52 0.24 359.41 0.45 0.56
Hex C2 5D 5E 0 34 34 18 167 2D 38
Octal 302 135 136 0 64 64 30 547 55 70
Binary 11000010 1011101 1011110 0 110100 110100 11000 101100111 101101 111000

Color Harmonies of #C25D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25D5E

Black with #C25D5E

Text Example


Text Example

White with #C25D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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