Html Css Color HEX #C25560 Mandy

📋 copy color: '#C25560'

red 194 ◦ green 85 ◦ blue 96

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

Shades of Mandy #C25560

Tints of Mandy #C25560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.67%

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

R = 51.73%
G = 22.67%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C25560 (or 0xC25560) is known color: Mandy. HEX triplet: C2, 55 and 60. RGB value is (194,85,96). Sum of RGB (Red+Green+Blue) = 194+85+96=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C25560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25560 is #3DAA9F. Grayscale: #767676. Windows color (decimal): -4041376 or 6313410. OLE color: 6313410.

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

Color convert

RGB 194 85 96 -
CMYK 0 0.56 0.51 0.24
HSL 353.94º 0.47% 0.55% -
HSV(B) 353.94º 0.56% 0.76% -
XYZ 27.61 18.81 13.24 -
YUV 118.85 115.11 181.61 -
System Red Green Blue C M Y K H S L
Decimal 194 85 96 0 0.56 0.51 0.24 353.94 0.47 0.55
Hex C2 55 60 0 38 33 18 162 2F 37
Octal 302 125 140 0 70 63 30 542 57 67
Binary 11000010 1010101 1100000 0 111000 110011 11000 101100010 101111 110111

Color Harmonies of #C25560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25560

Black with #C25560

Text Example


Text Example

White with #C25560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25560; }

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

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

background-color css

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

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

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

border-color css

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

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

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