Html Css Color HEX #C25C60 Mandy

📋 copy color: '#C25C60'

red 194 ◦ green 92 ◦ blue 96

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

Shades of Mandy #C25C60

Tints of Mandy #C25C60

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.08%

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

R = 50.79%
G = 24.08%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C25C60 (or 0xC25C60) is known color: Mandy. HEX triplet: C2, 5C and 60. RGB value is (194,92,96). Sum of RGB (Red+Green+Blue) = 194+92+96=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25C60 is #3DA39F. Grayscale: #7B7B7B. Windows color (decimal): -4039584 or 6315202. OLE color: 6315202.

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

Color convert

RGB 194 92 96 -
CMYK 0 0.53 0.51 0.24
HSL 357.65º 0.46% 0.56% -
HSV(B) 357.65º 0.53% 0.76% -
XYZ 28.19 19.97 13.43 -
YUV 122.95 112.79 178.67 -
System Red Green Blue C M Y K H S L
Decimal 194 92 96 0 0.53 0.51 0.24 357.65 0.46 0.56
Hex C2 5C 60 0 35 33 18 166 2E 38
Octal 302 134 140 0 65 63 30 546 56 70
Binary 11000010 1011100 1100000 0 110101 110011 11000 101100110 101110 111000

Color Harmonies of #C25C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25C60

Black with #C25C60

Text Example


Text Example

White with #C25C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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