Html Css Color HEX #C4474C Mandy

📋 copy color: '#C4474C'

red 196 ◦ green 71 ◦ blue 76

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

Shades of Mandy #C4474C

Tints of Mandy #C4474C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.16%

R = 57.14%
G = 20.7%
B = 22.16%

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

#C4474C (or 0xC4474C) is known color: Mandy. HEX triplet: C4, 47 and 4C. RGB value is (196,71,76). Sum of RGB (Red+Green+Blue) = 196+71+76=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C4474C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4474C is #3BB8B3. Grayscale: #6D6D6D. Windows color (decimal): -3913908 or 4999108. OLE color: 4999108.

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

Color convert

RGB 196 71 76 -
CMYK 0 0.64 0.61 0.23
HSL 357.6º 0.51% 0.52% -
HSV(B) 357.6º 0.64% 0.77% -
XYZ 26.32 16.76 8.69 -
YUV 108.95 109.41 190.09 -
System Red Green Blue C M Y K H S L
Decimal 196 71 76 0 0.64 0.61 0.23 357.6 0.51 0.52
Hex C4 47 4C 0 40 3D 17 166 33 34
Octal 304 107 114 0 100 75 27 546 63 64
Binary 11000100 1000111 1001100 0 1000000 111101 10111 101100110 110011 110100

Color Harmonies of #C4474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4474C

Black with #C4474C

Text Example


Text Example

White with #C4474C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4474C; }

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

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

background-color css

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

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

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

border-color css

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

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

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