Html Css Color HEX #C5525B Mandy

📋 copy color: '#C5525B'

red 197 ◦ green 82 ◦ blue 91

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

Shades of Mandy #C5525B

Tints of Mandy #C5525B

RGB

 RED value IS 197 (77.34% from 255) = 53.24%

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

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

R = 53.24%
G = 22.16%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5525B (or 0xC5525B) is known color: Mandy. HEX triplet: C5, 52 and 5B. RGB value is (197,82,91). Sum of RGB (Red+Green+Blue) = 197+82+91=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C5525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5525B is #3AADA4. Grayscale: #757575. Windows color (decimal): -3845541 or 5984965. OLE color: 5984965.

HSL color Cylindrical-coordinate representation of color #C5525B: hue angle of 355.3º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5525B is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 82 91 -
CMYK 0 0.58 0.54 0.23
HSL 355.3º 0.5% 0.55% -
HSV(B) 355.3º 0.58% 0.77% -
XYZ 27.93 18.66 12.03 -
YUV 117.41 113.1 184.77 -
System Red Green Blue C M Y K H S L
Decimal 197 82 91 0 0.58 0.54 0.23 355.3 0.5 0.55
Hex C5 52 5B 0 3A 36 17 163 32 37
Octal 305 122 133 0 72 66 27 543 62 67
Binary 11000101 1010010 1011011 0 111010 110110 10111 101100011 110010 110111

Color Harmonies of #C5525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5525B

Black with #C5525B

Text Example


Text Example

White with #C5525B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5525B; }

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

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

background-color css

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

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

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

border-color css

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

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

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