Html Css Color HEX #C5565B Mandy

📋 copy color: '#C5565B'

red 197 ◦ green 86 ◦ blue 91

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

Shades of Mandy #C5565B

Tints of Mandy #C5565B

RGB

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

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

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

R = 52.67%
G = 22.99%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5565B (or 0xC5565B) is known color: Mandy. HEX triplet: C5, 56 and 5B. RGB value is (197,86,91). Sum of RGB (Red+Green+Blue) = 197+86+91=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5565B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5565B is #3AA9A4. Grayscale: #777777. Windows color (decimal): -3844517 or 5985989. OLE color: 5985989.

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

Color convert

RGB 197 86 91 -
CMYK 0 0.56 0.54 0.23
HSL 357.3º 0.49% 0.55% -
HSV(B) 357.3º 0.56% 0.77% -
XYZ 28.24 19.28 12.13 -
YUV 119.76 111.77 183.09 -
System Red Green Blue C M Y K H S L
Decimal 197 86 91 0 0.56 0.54 0.23 357.3 0.49 0.55
Hex C5 56 5B 0 38 36 17 165 31 37
Octal 305 126 133 0 70 66 27 545 61 67
Binary 11000101 1010110 1011011 0 111000 110110 10111 101100101 110001 110111

Color Harmonies of #C5565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5565B

Black with #C5565B

Text Example


Text Example

White with #C5565B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5565B; }

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

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

background-color css

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

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

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

border-color css

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

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

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