Html Css Color HEX #C4474D Mandy

📋 copy color: '#C4474D'

red 196 ◦ green 71 ◦ blue 77

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

Shades of Mandy #C4474D

Tints of Mandy #C4474D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.64%

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

R = 56.98%
G = 20.64%
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

#C4474D (or 0xC4474D) is known color: Mandy. HEX triplet: C4, 47 and 4D. RGB value is (196,71,77). Sum of RGB (Red+Green+Blue) = 196+71+77=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C4474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4474D is #3BB8B2. Grayscale: #6D6D6D. Windows color (decimal): -3913907 or 5064644. OLE color: 5064644.

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

Color convert

RGB 196 71 77 -
CMYK 0 0.64 0.61 0.23
HSL 357.12º 0.51% 0.52% -
HSV(B) 357.12º 0.64% 0.77% -
XYZ 26.36 16.78 8.87 -
YUV 109.06 109.91 190.01 -
System Red Green Blue C M Y K H S L
Decimal 196 71 77 0 0.64 0.61 0.23 357.12 0.51 0.52
Hex C4 47 4D 0 40 3D 17 165 33 34
Octal 304 107 115 0 100 75 27 545 63 64
Binary 11000100 1000111 1001101 0 1000000 111101 10111 101100101 110011 110100

Color Harmonies of #C4474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4474D

Black with #C4474D

Text Example


Text Example

White with #C4474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4474D; }

 p { color: rgb(196,71,77); }

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

background-color css

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

 a { background-color: rgb(196,71,77); }

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

border-color css

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

 span { border-color: rgb(196,71,77); }

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