Html Css Color HEX #C5505F Mandy

📋 copy color: '#C5505F'

red 197 ◦ green 80 ◦ blue 95

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

Shades of Mandy #C5505F

Tints of Mandy #C5505F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.51%

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

R = 52.96%
G = 21.51%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5505F (or 0xC5505F) is known color: Mandy. HEX triplet: C5, 50 and 5F. RGB value is (197,80,95). Sum of RGB (Red+Green+Blue) = 197+80+95=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C5505F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5505F is #3AAFA0. Grayscale: #747474. Windows color (decimal): -3846049 or 6246597. OLE color: 6246597.

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

Color convert

RGB 197 80 95 -
CMYK 0 0.59 0.52 0.23
HSL 352.31º 0.5% 0.54% -
HSV(B) 352.31º 0.59% 0.77% -
XYZ 27.96 18.43 12.91 -
YUV 116.69 115.76 185.28 -
System Red Green Blue C M Y K H S L
Decimal 197 80 95 0 0.59 0.52 0.23 352.31 0.5 0.54
Hex C5 50 5F 0 3B 34 17 160 32 36
Octal 305 120 137 0 73 64 27 540 62 66
Binary 11000101 1010000 1011111 0 111011 110100 10111 101100000 110010 110110

Color Harmonies of #C5505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5505F

Black with #C5505F

Text Example


Text Example

White with #C5505F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5505F; }

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

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

background-color css

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

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

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

border-color css

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

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

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