Html Css Color HEX #C2525D Mandy

📋 copy color: '#C2525D'

red 194 ◦ green 82 ◦ blue 93

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

Shades of Mandy #C2525D

Tints of Mandy #C2525D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.22%

 BLUE value IS 93 (36.72% from 255) = 25.2%

R = 52.57%
G = 22.22%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2525D (or 0xC2525D) is known color: Mandy. HEX triplet: C2, 52 and 5D. RGB value is (194,82,93). Sum of RGB (Red+Green+Blue) = 194+82+93=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C2525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2525D is #3DADA2. Grayscale: #747474. Windows color (decimal): -4042147 or 6116034. OLE color: 6116034.

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

Color convert

RGB 194 82 93 -
CMYK 0 0.58 0.52 0.24
HSL 354.11º 0.48% 0.54% -
HSV(B) 354.11º 0.58% 0.76% -
XYZ 27.24 18.29 12.45 -
YUV 116.74 114.61 183.11 -
System Red Green Blue C M Y K H S L
Decimal 194 82 93 0 0.58 0.52 0.24 354.11 0.48 0.54
Hex C2 52 5D 0 3A 34 18 162 30 36
Octal 302 122 135 0 72 64 30 542 60 66
Binary 11000010 1010010 1011101 0 111010 110100 11000 101100010 110000 110110

Color Harmonies of #C2525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2525D

Black with #C2525D

Text Example


Text Example

White with #C2525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2525D; }

 p { color: rgb(194,82,93); }

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

background-color css

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

 a { background-color: rgb(194,82,93); }

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

border-color css

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

 span { border-color: rgb(194,82,93); }

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