Html Css Color HEX #C4505F Mandy

📋 copy color: '#C4505F'

red 196 ◦ green 80 ◦ blue 95

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

Shades of Mandy #C4505F

Tints of Mandy #C4505F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.61%

R = 52.83%
G = 21.56%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4505F (or 0xC4505F) is known color: Mandy. HEX triplet: C4, 50 and 5F. RGB value is (196,80,95). Sum of RGB (Red+Green+Blue) = 196+80+95=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C4505F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4505F is #3BAFA0. Grayscale: #747474. Windows color (decimal): -3911585 or 6246596. OLE color: 6246596.

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

Color convert

RGB 196 80 95 -
CMYK 0 0.59 0.52 0.23
HSL 352.24º 0.5% 0.54% -
HSV(B) 352.24º 0.59% 0.77% -
XYZ 27.7 18.3 12.9 -
YUV 116.39 115.93 184.78 -
System Red Green Blue C M Y K H S L
Decimal 196 80 95 0 0.59 0.52 0.23 352.24 0.5 0.54
Hex C4 50 5F 0 3B 34 17 160 32 36
Octal 304 120 137 0 73 64 27 540 62 66
Binary 11000100 1010000 1011111 0 111011 110100 10111 101100000 110010 110110

Color Harmonies of #C4505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4505F

Black with #C4505F

Text Example


Text Example

White with #C4505F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4505F; }

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

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

background-color css

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

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

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

border-color css

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

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

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