Html Css Color HEX #C25161 Mandy

📋 copy color: '#C25161'

red 194 ◦ green 81 ◦ blue 97

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

Shades of Mandy #C25161

Tints of Mandy #C25161

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.77%

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

R = 52.15%
G = 21.77%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C25161 (or 0xC25161) is known color: Mandy. HEX triplet: C2, 51 and 61. RGB value is (194,81,97). Sum of RGB (Red+Green+Blue) = 194+81+97=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C25161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25161 is #3DAE9E. Grayscale: #747474. Windows color (decimal): -4042399 or 6377922. OLE color: 6377922.

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

Color convert

RGB 194 81 97 -
CMYK 0 0.58 0.50 0.24
HSL 351.5º 0.48% 0.54% -
HSV(B) 351.5º 0.58% 0.76% -
XYZ 27.35 18.22 13.38 -
YUV 116.61 116.94 183.2 -
System Red Green Blue C M Y K H S L
Decimal 194 81 97 0 0.58 0.50 0.24 351.5 0.48 0.54
Hex C2 51 61 0 3A 32 18 160 30 36
Octal 302 121 141 0 72 62 30 540 60 66
Binary 11000010 1010001 1100001 0 111010 110010 11000 101100000 110000 110110

Color Harmonies of #C25161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25161

Black with #C25161

Text Example


Text Example

White with #C25161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25161; }

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

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

background-color css

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

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

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

border-color css

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

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

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