Html Css Color HEX #C2525F Mandy

📋 copy color: '#C2525F'

red 194 ◦ green 82 ◦ blue 95

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

Shades of Mandy #C2525F

Tints of Mandy #C2525F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.61%

R = 52.29%
G = 22.1%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2525F (or 0xC2525F) is known color: Mandy. HEX triplet: C2, 52 and 5F. RGB value is (194,82,95). Sum of RGB (Red+Green+Blue) = 194+82+95=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2525F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2525F is #3DADA0. Grayscale: #757575. Windows color (decimal): -4042145 or 6247106. OLE color: 6247106.

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

Color convert

RGB 194 82 95 -
CMYK 0 0.58 0.51 0.24
HSL 353.04º 0.48% 0.54% -
HSV(B) 353.04º 0.58% 0.76% -
XYZ 27.33 18.33 12.92 -
YUV 116.97 115.61 182.94 -
System Red Green Blue C M Y K H S L
Decimal 194 82 95 0 0.58 0.51 0.24 353.04 0.48 0.54
Hex C2 52 5F 0 3A 33 18 161 30 36
Octal 302 122 137 0 72 63 30 541 60 66
Binary 11000010 1010010 1011111 0 111010 110011 11000 101100001 110000 110110

Color Harmonies of #C2525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2525F

Black with #C2525F

Text Example


Text Example

White with #C2525F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2525F; }

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

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

background-color css

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

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

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

border-color css

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

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

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