Html Css Color HEX #C4464E Mandy

📋 copy color: '#C4464E'

red 196 ◦ green 70 ◦ blue 78

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

Shades of Mandy #C4464E

Tints of Mandy #C4464E

RGB

 RED value IS 196 (76.95% from 255) = 56.98%

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

 BLUE value IS 78 (30.86% from 255) = 22.67%

R = 56.98%
G = 20.35%
B = 22.67%

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

#C4464E (or 0xC4464E) is known color: Mandy. HEX triplet: C4, 46 and 4E. RGB value is (196,70,78). Sum of RGB (Red+Green+Blue) = 196+70+78=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C4464E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4464E is #3BB9B1. Grayscale: #6C6C6C. Windows color (decimal): -3914162 or 5129924. OLE color: 5129924.

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

Color convert

RGB 196 70 78 -
CMYK 0 0.64 0.60 0.23
HSL 356.19º 0.52% 0.52% -
HSV(B) 356.19º 0.64% 0.77% -
XYZ 26.33 16.67 9.04 -
YUV 108.59 110.74 190.35 -
System Red Green Blue C M Y K H S L
Decimal 196 70 78 0 0.64 0.60 0.23 356.19 0.52 0.52
Hex C4 46 4E 0 40 3C 17 164 34 34
Octal 304 106 116 0 100 74 27 544 64 64
Binary 11000100 1000110 1001110 0 1000000 111100 10111 101100100 110100 110100

Color Harmonies of #C4464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4464E

Black with #C4464E

Text Example


Text Example

White with #C4464E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4464E; }

 p { color: rgb(196,70,78); }

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

background-color css

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

 a { background-color: rgb(196,70,78); }

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

border-color css

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

 span { border-color: rgb(196,70,78); }

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