Html Css Color HEX #C2525B Mandy

📋 copy color: '#C2525B'

red 194 ◦ green 82 ◦ blue 91

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

Shades of Mandy #C2525B

Tints of Mandy #C2525B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.8%

R = 52.86%
G = 22.34%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2525B (or 0xC2525B) is known color: Mandy. HEX triplet: C2, 52 and 5B. RGB value is (194,82,91). Sum of RGB (Red+Green+Blue) = 194+82+91=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C2525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2525B is #3DADA4. Grayscale: #747474. Windows color (decimal): -4042149 or 5984962. OLE color: 5984962.

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

Color convert

RGB 194 82 91 -
CMYK 0 0.58 0.53 0.24
HSL 355.18º 0.48% 0.54% -
HSV(B) 355.18º 0.58% 0.76% -
XYZ 27.15 18.26 11.99 -
YUV 116.51 113.61 183.27 -
System Red Green Blue C M Y K H S L
Decimal 194 82 91 0 0.58 0.53 0.24 355.18 0.48 0.54
Hex C2 52 5B 0 3A 35 18 163 30 36
Octal 302 122 133 0 72 65 30 543 60 66
Binary 11000010 1010010 1011011 0 111010 110101 11000 101100011 110000 110110

Color Harmonies of #C2525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2525B

Black with #C2525B

Text Example


Text Example

White with #C2525B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2525B; }

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

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

background-color css

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

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

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

border-color css

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

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

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