Html Css Color HEX #C4495D Mandy

📋 copy color: '#C4495D'

red 196 ◦ green 73 ◦ blue 93

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

Shades of Mandy #C4495D

Tints of Mandy #C4495D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.17%

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

R = 54.14%
G = 20.17%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4495D (or 0xC4495D) is known color: Mandy. HEX triplet: C4, 49 and 5D. RGB value is (196,73,93). Sum of RGB (Red+Green+Blue) = 196+73+93=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C4495D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4495D is #3BB6A2. Grayscale: #707070. Windows color (decimal): -3913379 or 6113732. OLE color: 6113732.

HSL color Cylindrical-coordinate representation of color #C4495D: hue angle of 350.24º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4495D is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 73 93 -
CMYK 0 0.63 0.53 0.23
HSL 350.24º 0.51% 0.53% -
HSV(B) 350.24º 0.63% 0.77% -
XYZ 27.12 17.29 12.26 -
YUV 112.06 117.25 187.87 -
System Red Green Blue C M Y K H S L
Decimal 196 73 93 0 0.63 0.53 0.23 350.24 0.51 0.53
Hex C4 49 5D 0 3F 35 17 15E 33 35
Octal 304 111 135 0 77 65 27 536 63 65
Binary 11000100 1001001 1011101 0 111111 110101 10111 101011110 110011 110101

Color Harmonies of #C4495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4495D

Black with #C4495D

Text Example


Text Example

White with #C4495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4495D; }

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

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

background-color css

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

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

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

border-color css

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

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

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