Html Css Color HEX #C4464A Mandy

📋 copy color: '#C4464A'

red 196 ◦ green 70 ◦ blue 74

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

Shades of Mandy #C4464A

Tints of Mandy #C4464A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.76%

R = 57.65%
G = 20.59%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4464A (or 0xC4464A) is known color: Mandy. HEX triplet: C4, 46 and 4A. RGB value is (196,70,74). Sum of RGB (Red+Green+Blue) = 196+70+74=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C4464A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4464A is #3BB9B5. Grayscale: #6C6C6C. Windows color (decimal): -3914166 or 4867780. OLE color: 4867780.

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

Color convert

RGB 196 70 74 -
CMYK 0 0.64 0.62 0.23
HSL 358.1º 0.52% 0.52% -
HSV(B) 358.1º 0.64% 0.77% -
XYZ 26.19 16.61 8.3 -
YUV 108.13 108.74 190.67 -
System Red Green Blue C M Y K H S L
Decimal 196 70 74 0 0.64 0.62 0.23 358.1 0.52 0.52
Hex C4 46 4A 0 40 3E 17 166 34 34
Octal 304 106 112 0 100 76 27 546 64 64
Binary 11000100 1000110 1001010 0 1000000 111110 10111 101100110 110100 110100

Color Harmonies of #C4464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4464A

Black with #C4464A

Text Example


Text Example

White with #C4464A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4464A; }

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

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

background-color css

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

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

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

border-color css

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

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

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