Html Css Color HEX #C25962 Mandy

📋 copy color: '#C25962'

red 194 ◦ green 89 ◦ blue 98

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

Shades of Mandy #C25962

Tints of Mandy #C25962

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.36%

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

R = 50.92%
G = 23.36%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C25962 (or 0xC25962) is known color: Mandy. HEX triplet: C2, 59 and 62. RGB value is (194,89,98). Sum of RGB (Red+Green+Blue) = 194+89+98=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C25962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25962 is #3DA69D. Grayscale: #797979. Windows color (decimal): -4040350 or 6445506. OLE color: 6445506.

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

Color convert

RGB 194 89 98 -
CMYK 0 0.54 0.49 0.24
HSL 354.86º 0.46% 0.55% -
HSV(B) 354.86º 0.54% 0.76% -
XYZ 28.03 19.5 13.84 -
YUV 121.42 114.79 179.77 -
System Red Green Blue C M Y K H S L
Decimal 194 89 98 0 0.54 0.49 0.24 354.86 0.46 0.55
Hex C2 59 62 0 36 31 18 163 2E 37
Octal 302 131 142 0 66 61 30 543 56 67
Binary 11000010 1011001 1100010 0 110110 110001 11000 101100011 101110 110111

Color Harmonies of #C25962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25962

Black with #C25962

Text Example


Text Example

White with #C25962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25962; }

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

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

background-color css

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

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

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

border-color css

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

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

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