Html Css Color HEX #C5565F Mandy

📋 copy color: '#C5565F'

red 197 ◦ green 86 ◦ blue 95

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

Shades of Mandy #C5565F

Tints of Mandy #C5565F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.75%

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

R = 52.12%
G = 22.75%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5565F (or 0xC5565F) is known color: Mandy. HEX triplet: C5, 56 and 5F. RGB value is (197,86,95). Sum of RGB (Red+Green+Blue) = 197+86+95=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C5565F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5565F is #3AA9A0. Grayscale: #787878. Windows color (decimal): -3844513 or 6248133. OLE color: 6248133.

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

Color convert

RGB 197 86 95 -
CMYK 0 0.56 0.52 0.23
HSL 355.14º 0.49% 0.55% -
HSV(B) 355.14º 0.56% 0.77% -
XYZ 28.42 19.35 13.06 -
YUV 120.22 113.77 182.77 -
System Red Green Blue C M Y K H S L
Decimal 197 86 95 0 0.56 0.52 0.23 355.14 0.49 0.55
Hex C5 56 5F 0 38 34 17 163 31 37
Octal 305 126 137 0 70 64 27 543 61 67
Binary 11000101 1010110 1011111 0 111000 110100 10111 101100011 110001 110111

Color Harmonies of #C5565F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5565F

Black with #C5565F

Text Example


Text Example

White with #C5565F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5565F; }

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

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

background-color css

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

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

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

border-color css

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

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

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