Html Css Color HEX #C25156 Mandy

📋 copy color: '#C25156'

red 194 ◦ green 81 ◦ blue 86

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

Shades of Mandy #C25156

Tints of Mandy #C25156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.82%

R = 53.74%
G = 22.44%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C25156 (or 0xC25156) is known color: Mandy. HEX triplet: C2, 51 and 56. RGB value is (194,81,86). Sum of RGB (Red+Green+Blue) = 194+81+86=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C25156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25156 is #3DAEA9. Grayscale: #737373. Windows color (decimal): -4042410 or 5657026. OLE color: 5657026.

HSL color Cylindrical-coordinate representation of color #C25156: hue angle of 357.35º 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 #C25156 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 81 86 -
CMYK 0 0.58 0.56 0.24
HSL 357.35º 0.48% 0.54% -
HSV(B) 357.35º 0.58% 0.76% -
XYZ 26.87 18.03 10.87 -
YUV 115.36 111.44 184.09 -
System Red Green Blue C M Y K H S L
Decimal 194 81 86 0 0.58 0.56 0.24 357.35 0.48 0.54
Hex C2 51 56 0 3A 38 18 165 30 36
Octal 302 121 126 0 72 70 30 545 60 66
Binary 11000010 1010001 1010110 0 111010 111000 11000 101100101 110000 110110

Color Harmonies of #C25156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25156

Black with #C25156

Text Example


Text Example

White with #C25156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25156; }

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

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

background-color css

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

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

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

border-color css

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

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

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