Html Css Color HEX #C25062 Mandy

📋 copy color: '#C25062'

red 194 ◦ green 80 ◦ blue 98

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

Shades of Mandy #C25062

Tints of Mandy #C25062

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.51%

 BLUE value IS 98 (38.67% from 255) = 26.34%

R = 52.15%
G = 21.51%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C25062 (or 0xC25062) is known color: Mandy. HEX triplet: C2, 50 and 62. RGB value is (194,80,98). Sum of RGB (Red+Green+Blue) = 194+80+98=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C25062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25062 is #3DAF9D. Grayscale: #747474. Windows color (decimal): -4042654 or 6443202. OLE color: 6443202.

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

Color convert

RGB 194 80 98 -
CMYK 0 0.59 0.49 0.24
HSL 350.53º 0.48% 0.54% -
HSV(B) 350.53º 0.59% 0.76% -
XYZ 27.32 18.09 13.61 -
YUV 116.14 117.77 183.54 -
System Red Green Blue C M Y K H S L
Decimal 194 80 98 0 0.59 0.49 0.24 350.53 0.48 0.54
Hex C2 50 62 0 3B 31 18 15F 30 36
Octal 302 120 142 0 73 61 30 537 60 66
Binary 11000010 1010000 1100010 0 111011 110001 11000 101011111 110000 110110

Color Harmonies of #C25062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25062

Black with #C25062

Text Example


Text Example

White with #C25062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25062; }

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

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

background-color css

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

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

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

border-color css

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

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

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