Html Css Color HEX #C4505D Mandy

📋 copy color: '#C4505D'

red 196 ◦ green 80 ◦ blue 93

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

Shades of Mandy #C4505D

Tints of Mandy #C4505D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.68%

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

R = 53.12%
G = 21.68%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4505D (or 0xC4505D) is known color: Mandy. HEX triplet: C4, 50 and 5D. RGB value is (196,80,93). Sum of RGB (Red+Green+Blue) = 196+80+93=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C4505D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4505D is #3BAFA2. Grayscale: #747474. Windows color (decimal): -3911587 or 6115524. OLE color: 6115524.

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

Color convert

RGB 196 80 93 -
CMYK 0 0.59 0.53 0.23
HSL 353.28º 0.5% 0.54% -
HSV(B) 353.28º 0.59% 0.77% -
XYZ 27.61 18.26 12.43 -
YUV 116.17 114.93 184.94 -
System Red Green Blue C M Y K H S L
Decimal 196 80 93 0 0.59 0.53 0.23 353.28 0.5 0.54
Hex C4 50 5D 0 3B 35 17 161 32 36
Octal 304 120 135 0 73 65 27 541 62 66
Binary 11000100 1010000 1011101 0 111011 110101 10111 101100001 110010 110110

Color Harmonies of #C4505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4505D

Black with #C4505D

Text Example


Text Example

White with #C4505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4505D; }

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

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

background-color css

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

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

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

border-color css

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

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

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