Html Css Color HEX #C5525A Mandy

📋 copy color: '#C5525A'

red 197 ◦ green 82 ◦ blue 90

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

Shades of Mandy #C5525A

Tints of Mandy #C5525A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.39%

R = 53.39%
G = 22.22%
B = 24.39%

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

#C5525A (or 0xC5525A) is known color: Mandy. HEX triplet: C5, 52 and 5A. RGB value is (197,82,90). Sum of RGB (Red+Green+Blue) = 197+82+90=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C5525A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5525A is #3AADA5. Grayscale: #757575. Windows color (decimal): -3845542 or 5919429. OLE color: 5919429.

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

Color convert

RGB 197 82 90 -
CMYK 0 0.58 0.54 0.23
HSL 355.83º 0.5% 0.55% -
HSV(B) 355.83º 0.58% 0.77% -
XYZ 27.89 18.64 11.8 -
YUV 117.3 112.6 184.85 -
System Red Green Blue C M Y K H S L
Decimal 197 82 90 0 0.58 0.54 0.23 355.83 0.5 0.55
Hex C5 52 5A 0 3A 36 17 164 32 37
Octal 305 122 132 0 72 66 27 544 62 67
Binary 11000101 1010010 1011010 0 111010 110110 10111 101100100 110010 110111

Color Harmonies of #C5525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5525A

Black with #C5525A

Text Example


Text Example

White with #C5525A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5525A; }

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

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

background-color css

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

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

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

border-color css

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

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

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