Html Css Color HEX #C25A63 Mandy

📋 copy color: '#C25A63'

red 194 ◦ green 90 ◦ blue 99

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

Shades of Mandy #C25A63

Tints of Mandy #C25A63

RGB

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

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

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

R = 50.65%
G = 23.5%
B = 25.85%

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

#C25A63 (or 0xC25A63) is known color: Mandy. HEX triplet: C2, 5A and 63. RGB value is (194,90,99). Sum of RGB (Red+Green+Blue) = 194+90+99=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 99 (39.06% from 255 or 25.85% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25A63 is #3DA59C. Grayscale: #7A7A7A. Windows color (decimal): -4040093 or 6511298. OLE color: 6511298.

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

Color convert

RGB 194 90 99 -
CMYK 0 0.54 0.49 0.24
HSL 354.81º 0.46% 0.56% -
HSV(B) 354.81º 0.54% 0.76% -
XYZ 28.16 19.68 14.12 -
YUV 122.12 114.96 179.27 -
System Red Green Blue C M Y K H S L
Decimal 194 90 99 0 0.54 0.49 0.24 354.81 0.46 0.56
Hex C2 5A 63 0 36 31 18 163 2E 38
Octal 302 132 143 0 66 61 30 543 56 70
Binary 11000010 1011010 1100011 0 110110 110001 11000 101100011 101110 111000

Color Harmonies of #C25A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25A63

Black with #C25A63

Text Example


Text Example

White with #C25A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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