Html Css Color HEX #C25361 Mandy

📋 copy color: '#C25361'

red 194 ◦ green 83 ◦ blue 97

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

Shades of Mandy #C25361

Tints of Mandy #C25361

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.19%

 BLUE value IS 97 (38.28% from 255) = 25.94%

R = 51.87%
G = 22.19%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C25361 (or 0xC25361) is known color: Mandy. HEX triplet: C2, 53 and 61. RGB value is (194,83,97). Sum of RGB (Red+Green+Blue) = 194+83+97=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C25361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25361 is #3DAC9E. Grayscale: #757575. Windows color (decimal): -4041887 or 6378434. OLE color: 6378434.

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

Color convert

RGB 194 83 97 -
CMYK 0 0.57 0.50 0.24
HSL 352.43º 0.48% 0.54% -
HSV(B) 352.43º 0.57% 0.76% -
XYZ 27.5 18.52 13.43 -
YUV 117.79 116.27 182.36 -
System Red Green Blue C M Y K H S L
Decimal 194 83 97 0 0.57 0.50 0.24 352.43 0.48 0.54
Hex C2 53 61 0 39 32 18 160 30 36
Octal 302 123 141 0 71 62 30 540 60 66
Binary 11000010 1010011 1100001 0 111001 110010 11000 101100000 110000 110110

Color Harmonies of #C25361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25361

Black with #C25361

Text Example


Text Example

White with #C25361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25361; }

 p { color: rgb(194,83,97); }

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

background-color css

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

 a { background-color: rgb(194,83,97); }

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

border-color css

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

 span { border-color: rgb(194,83,97); }

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