Html Css Color HEX #C25160 Mandy

📋 copy color: '#C25160'

red 194 ◦ green 81 ◦ blue 96

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

Shades of Mandy #C25160

Tints of Mandy #C25160

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.83%

 BLUE value IS 96 (37.89% from 255) = 25.88%

R = 52.29%
G = 21.83%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C25160 (or 0xC25160) is known color: Mandy. HEX triplet: C2, 51 and 60. RGB value is (194,81,96). Sum of RGB (Red+Green+Blue) = 194+81+96=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C25160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25160 is #3DAE9F. Grayscale: #747474. Windows color (decimal): -4042400 or 6312386. OLE color: 6312386.

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

Color convert

RGB 194 81 96 -
CMYK 0 0.58 0.51 0.24
HSL 352.04º 0.48% 0.54% -
HSV(B) 352.04º 0.58% 0.76% -
XYZ 27.3 18.2 13.14 -
YUV 116.5 116.44 183.28 -
System Red Green Blue C M Y K H S L
Decimal 194 81 96 0 0.58 0.51 0.24 352.04 0.48 0.54
Hex C2 51 60 0 3A 33 18 160 30 36
Octal 302 121 140 0 72 63 30 540 60 66
Binary 11000010 1010001 1100000 0 111010 110011 11000 101100000 110000 110110

Color Harmonies of #C25160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25160

Black with #C25160

Text Example


Text Example

White with #C25160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25160; }

 p { color: rgb(194,81,96); }

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

background-color css

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

 a { background-color: rgb(194,81,96); }

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

border-color css

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

 span { border-color: rgb(194,81,96); }

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