Html Css Color HEX #C4475D Mandy

📋 copy color: '#C4475D'

red 196 ◦ green 71 ◦ blue 93

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

Shades of Mandy #C4475D

Tints of Mandy #C4475D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.83%

R = 54.44%
G = 19.72%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4475D (or 0xC4475D) is known color: Mandy. HEX triplet: C4, 47 and 5D. RGB value is (196,71,93). Sum of RGB (Red+Green+Blue) = 196+71+93=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C4475D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4475D is #3BB8A2. Grayscale: #6E6E6E. Windows color (decimal): -3913891 or 6113220. OLE color: 6113220.

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

Color convert

RGB 196 71 93 -
CMYK 0 0.64 0.53 0.23
HSL 349.44º 0.51% 0.52% -
HSV(B) 349.44º 0.64% 0.77% -
XYZ 26.99 17.03 12.22 -
YUV 110.88 117.91 188.71 -
System Red Green Blue C M Y K H S L
Decimal 196 71 93 0 0.64 0.53 0.23 349.44 0.51 0.52
Hex C4 47 5D 0 40 35 17 15D 33 34
Octal 304 107 135 0 100 65 27 535 63 64
Binary 11000100 1000111 1011101 0 1000000 110101 10111 101011101 110011 110100

Color Harmonies of #C4475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4475D

Black with #C4475D

Text Example


Text Example

White with #C4475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4475D; }

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

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

background-color css

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

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

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

border-color css

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

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

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