Html Css Color HEX #C25061 Mandy

📋 copy color: '#C25061'

red 194 ◦ green 80 ◦ blue 97

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

Shades of Mandy #C25061

Tints of Mandy #C25061

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.56%

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

R = 52.29%
G = 21.56%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C25061 (or 0xC25061) is known color: Mandy. HEX triplet: C2, 50 and 61. RGB value is (194,80,97). Sum of RGB (Red+Green+Blue) = 194+80+97=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C25061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25061 is #3DAF9E. Grayscale: #747474. Windows color (decimal): -4042655 or 6377666. OLE color: 6377666.

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

Color convert

RGB 194 80 97 -
CMYK 0 0.59 0.50 0.24
HSL 351.05º 0.48% 0.54% -
HSV(B) 351.05º 0.59% 0.76% -
XYZ 27.27 18.07 13.36 -
YUV 116.02 117.27 183.62 -
System Red Green Blue C M Y K H S L
Decimal 194 80 97 0 0.59 0.50 0.24 351.05 0.48 0.54
Hex C2 50 61 0 3B 32 18 15F 30 36
Octal 302 120 141 0 73 62 30 537 60 66
Binary 11000010 1010000 1100001 0 111011 110010 11000 101011111 110000 110110

Color Harmonies of #C25061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25061

Black with #C25061

Text Example


Text Example

White with #C25061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25061; }

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

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

background-color css

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

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

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

border-color css

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

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

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