Html Css Color HEX #C5464F Mandy

📋 copy color: '#C5464F'

red 197 ◦ green 70 ◦ blue 79

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

Shades of Mandy #C5464F

Tints of Mandy #C5464F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.83%

R = 56.94%
G = 20.23%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5464F (or 0xC5464F) is known color: Mandy. HEX triplet: C5, 46 and 4F. RGB value is (197,70,79). Sum of RGB (Red+Green+Blue) = 197+70+79=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C5464F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5464F is #3AB9B0. Grayscale: #6D6D6D. Windows color (decimal): -3848625 or 5195461. OLE color: 5195461.

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

Color convert

RGB 197 70 79 -
CMYK 0 0.64 0.60 0.23
HSL 355.75º 0.52% 0.52% -
HSV(B) 355.75º 0.64% 0.77% -
XYZ 26.63 16.82 9.24 -
YUV 109 111.08 190.77 -
System Red Green Blue C M Y K H S L
Decimal 197 70 79 0 0.64 0.60 0.23 355.75 0.52 0.52
Hex C5 46 4F 0 40 3C 17 164 34 34
Octal 305 106 117 0 100 74 27 544 64 64
Binary 11000101 1000110 1001111 0 1000000 111100 10111 101100100 110100 110100

Color Harmonies of #C5464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5464F

Black with #C5464F

Text Example


Text Example

White with #C5464F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5464F; }

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

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

background-color css

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

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

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

border-color css

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

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

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