Html Css Color HEX #C25760 Mandy

📋 copy color: '#C25760'

red 194 ◦ green 87 ◦ blue 96

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

Shades of Mandy #C25760

Tints of Mandy #C25760

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.08%

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

R = 51.46%
G = 23.08%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C25760 (or 0xC25760) is known color: Mandy. HEX triplet: C2, 57 and 60. RGB value is (194,87,96). Sum of RGB (Red+Green+Blue) = 194+87+96=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C25760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25760 is #3DA89F. Grayscale: #787878. Windows color (decimal): -4040864 or 6313922. OLE color: 6313922.

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

Color convert

RGB 194 87 96 -
CMYK 0 0.55 0.51 0.24
HSL 354.95º 0.47% 0.55% -
HSV(B) 354.95º 0.55% 0.76% -
XYZ 27.77 19.13 13.3 -
YUV 120.02 114.45 180.77 -
System Red Green Blue C M Y K H S L
Decimal 194 87 96 0 0.55 0.51 0.24 354.95 0.47 0.55
Hex C2 57 60 0 37 33 18 163 2F 37
Octal 302 127 140 0 67 63 30 543 57 67
Binary 11000010 1010111 1100000 0 110111 110011 11000 101100011 101111 110111

Color Harmonies of #C25760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25760

Black with #C25760

Text Example


Text Example

White with #C25760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25760; }

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

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

background-color css

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

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

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

border-color css

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

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

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