Html Css Color HEX #C25051 Mandy

📋 copy color: '#C25051'

red 194 ◦ green 80 ◦ blue 81

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

Shades of Mandy #C25051

Tints of Mandy #C25051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.82%

R = 54.65%
G = 22.54%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C25051 (or 0xC25051) is known color: Mandy. HEX triplet: C2, 50 and 51. RGB value is (194,80,81). Sum of RGB (Red+Green+Blue) = 194+80+81=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C25051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25051 is #3DAFAE. Grayscale: #727272. Windows color (decimal): -4042671 or 5329090. OLE color: 5329090.

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

Color convert

RGB 194 80 81 -
CMYK 0 0.59 0.58 0.24
HSL 359.47º 0.48% 0.54% -
HSV(B) 359.47º 0.59% 0.76% -
XYZ 26.6 17.8 9.82 -
YUV 114.2 109.27 184.92 -
System Red Green Blue C M Y K H S L
Decimal 194 80 81 0 0.59 0.58 0.24 359.47 0.48 0.54
Hex C2 50 51 0 3B 3A 18 167 30 36
Octal 302 120 121 0 73 72 30 547 60 66
Binary 11000010 1010000 1010001 0 111011 111010 11000 101100111 110000 110110

Color Harmonies of #C25051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25051

Black with #C25051

Text Example


Text Example

White with #C25051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25051; }

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

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

background-color css

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

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

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

border-color css

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

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

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