Html Css Color HEX #C25964 Mandy

📋 copy color: '#C25964'

red 194 ◦ green 89 ◦ blue 100

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

Shades of Mandy #C25964

Tints of Mandy #C25964

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.24%

 BLUE value IS 100 (39.45% from 255) = 26.11%

R = 50.65%
G = 23.24%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C25964 (or 0xC25964) is known color: Mandy. HEX triplet: C2, 59 and 64. RGB value is (194,89,100). Sum of RGB (Red+Green+Blue) = 194+89+100=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C25964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25964 is #3DA69B. Grayscale: #797979. Windows color (decimal): -4040348 or 6576578. OLE color: 6576578.

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

Color convert

RGB 194 89 100 -
CMYK 0 0.54 0.48 0.24
HSL 353.71º 0.46% 0.55% -
HSV(B) 353.71º 0.54% 0.76% -
XYZ 28.12 19.53 14.34 -
YUV 121.65 115.79 179.61 -
System Red Green Blue C M Y K H S L
Decimal 194 89 100 0 0.54 0.48 0.24 353.71 0.46 0.55
Hex C2 59 64 0 36 30 18 162 2E 37
Octal 302 131 144 0 66 60 30 542 56 67
Binary 11000010 1011001 1100100 0 110110 110000 11000 101100010 101110 110111

Color Harmonies of #C25964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25964

Black with #C25964

Text Example


Text Example

White with #C25964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25964; }

 p { color: rgb(194,89,100); }

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

background-color css

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

 a { background-color: rgb(194,89,100); }

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

border-color css

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

 span { border-color: rgb(194,89,100); }

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