Html Css Color HEX #C25D5F Mandy

📋 copy color: '#C25D5F'

red 194 ◦ green 93 ◦ blue 95

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

Shades of Mandy #C25D5F

Tints of Mandy #C25D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.87%

R = 50.79%
G = 24.35%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C25D5F (or 0xC25D5F) is known color: Mandy. HEX triplet: C2, 5D and 5F. RGB value is (194,93,95). Sum of RGB (Red+Green+Blue) = 194+93+95=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25D5F is #3DA2A0. Grayscale: #7B7B7B. Windows color (decimal): -4039329 or 6249922. OLE color: 6249922.

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

Color convert

RGB 194 93 95 -
CMYK 0 0.52 0.51 0.24
HSL 358.81º 0.45% 0.56% -
HSV(B) 358.81º 0.52% 0.76% -
XYZ 28.23 20.12 13.22 -
YUV 123.43 111.96 178.34 -
System Red Green Blue C M Y K H S L
Decimal 194 93 95 0 0.52 0.51 0.24 358.81 0.45 0.56
Hex C2 5D 5F 0 34 33 18 167 2D 38
Octal 302 135 137 0 64 63 30 547 55 70
Binary 11000010 1011101 1011111 0 110100 110011 11000 101100111 101101 111000

Color Harmonies of #C25D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25D5F

Black with #C25D5F

Text Example


Text Example

White with #C25D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25D5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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