Html Css Color HEX #C25C63 Mandy

📋 copy color: '#C25C63'

red 194 ◦ green 92 ◦ blue 99

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

Shades of Mandy #C25C63

Tints of Mandy #C25C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.71%

R = 50.39%
G = 23.9%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C25C63 (or 0xC25C63) is known color: Mandy. HEX triplet: C2, 5C and 63. RGB value is (194,92,99). Sum of RGB (Red+Green+Blue) = 194+92+99=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25C63 is #3DA39C. Grayscale: #7B7B7B. Windows color (decimal): -4039581 or 6511810. OLE color: 6511810.

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

Color convert

RGB 194 92 99 -
CMYK 0 0.53 0.49 0.24
HSL 355.88º 0.46% 0.56% -
HSV(B) 355.88º 0.53% 0.76% -
XYZ 28.33 20.02 14.18 -
YUV 123.3 114.29 178.43 -
System Red Green Blue C M Y K H S L
Decimal 194 92 99 0 0.53 0.49 0.24 355.88 0.46 0.56
Hex C2 5C 63 0 35 31 18 164 2E 38
Octal 302 134 143 0 65 61 30 544 56 70
Binary 11000010 1011100 1100011 0 110101 110001 11000 101100100 101110 111000

Color Harmonies of #C25C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25C63

Black with #C25C63

Text Example


Text Example

White with #C25C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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