Html Css Color HEX #C5464D Mandy

📋 copy color: '#C5464D'

red 197 ◦ green 70 ◦ blue 77

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

Shades of Mandy #C5464D

Tints of Mandy #C5464D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.35%

 BLUE value IS 77 (30.47% from 255) = 22.38%

R = 57.27%
G = 20.35%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5464D (or 0xC5464D) is known color: Mandy. HEX triplet: C5, 46 and 4D. RGB value is (197,70,77). Sum of RGB (Red+Green+Blue) = 197+70+77=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C5464D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5464D is #3AB9B2. Grayscale: #6C6C6C. Windows color (decimal): -3848627 or 5064389. OLE color: 5064389.

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

Color convert

RGB 197 70 77 -
CMYK 0 0.64 0.61 0.23
HSL 356.69º 0.52% 0.52% -
HSV(B) 356.69º 0.64% 0.77% -
XYZ 26.56 16.79 8.86 -
YUV 108.77 110.08 190.93 -
System Red Green Blue C M Y K H S L
Decimal 197 70 77 0 0.64 0.61 0.23 356.69 0.52 0.52
Hex C5 46 4D 0 40 3D 17 165 34 34
Octal 305 106 115 0 100 75 27 545 64 64
Binary 11000101 1000110 1001101 0 1000000 111101 10111 101100101 110100 110100

Color Harmonies of #C5464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5464D

Black with #C5464D

Text Example


Text Example

White with #C5464D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5464D; }

 p { color: rgb(197,70,77); }

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

background-color css

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

 a { background-color: rgb(197,70,77); }

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

border-color css

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

 span { border-color: rgb(197,70,77); }

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