Html Css Color HEX #C25A60 Mandy

📋 copy color: '#C25A60'

red 194 ◦ green 90 ◦ blue 96

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

Shades of Mandy #C25A60

Tints of Mandy #C25A60

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.68%

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

R = 51.05%
G = 23.68%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C25A60 (or 0xC25A60) is known color: Mandy. HEX triplet: C2, 5A and 60. RGB value is (194,90,96). Sum of RGB (Red+Green+Blue) = 194+90+96=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25A60 is #3DA59F. Grayscale: #797979. Windows color (decimal): -4040096 or 6314690. OLE color: 6314690.

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

Color convert

RGB 194 90 96 -
CMYK 0 0.54 0.51 0.24
HSL 356.54º 0.46% 0.56% -
HSV(B) 356.54º 0.54% 0.76% -
XYZ 28.02 19.63 13.38 -
YUV 121.78 113.46 179.51 -
System Red Green Blue C M Y K H S L
Decimal 194 90 96 0 0.54 0.51 0.24 356.54 0.46 0.56
Hex C2 5A 60 0 36 33 18 165 2E 38
Octal 302 132 140 0 66 63 30 545 56 70
Binary 11000010 1011010 1100000 0 110110 110011 11000 101100101 101110 111000

Color Harmonies of #C25A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25A60

Black with #C25A60

Text Example


Text Example

White with #C25A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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