Html Css Color HEX #C5525F Mandy

📋 copy color: '#C5525F'

red 197 ◦ green 82 ◦ blue 95

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

Shades of Mandy #C5525F

Tints of Mandy #C5525F

RGB

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

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

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

R = 52.67%
G = 21.93%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5525F (or 0xC5525F) is known color: Mandy. HEX triplet: C5, 52 and 5F. RGB value is (197,82,95). Sum of RGB (Red+Green+Blue) = 197+82+95=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5525F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5525F is #3AADA0. Grayscale: #757575. Windows color (decimal): -3845537 or 6247109. OLE color: 6247109.

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

Color convert

RGB 197 82 95 -
CMYK 0 0.58 0.52 0.23
HSL 353.22º 0.5% 0.55% -
HSV(B) 353.22º 0.58% 0.77% -
XYZ 28.11 18.73 12.96 -
YUV 117.87 115.1 184.44 -
System Red Green Blue C M Y K H S L
Decimal 197 82 95 0 0.58 0.52 0.23 353.22 0.5 0.55
Hex C5 52 5F 0 3A 34 17 161 32 37
Octal 305 122 137 0 72 64 27 541 62 67
Binary 11000101 1010010 1011111 0 111010 110100 10111 101100001 110010 110111

Color Harmonies of #C5525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5525F

Black with #C5525F

Text Example


Text Example

White with #C5525F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5525F; }

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

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

background-color css

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

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

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

border-color css

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

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

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