Html Css Color HEX #C4495F Mandy

📋 copy color: '#C4495F'

red 196 ◦ green 73 ◦ blue 95

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

Shades of Mandy #C4495F

Tints of Mandy #C4495F

RGB

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

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

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

R = 53.85%
G = 20.05%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4495F (or 0xC4495F) is known color: Mandy. HEX triplet: C4, 49 and 5F. RGB value is (196,73,95). Sum of RGB (Red+Green+Blue) = 196+73+95=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C4495F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4495F is #3BB6A0. Grayscale: #707070. Windows color (decimal): -3913377 or 6244804. OLE color: 6244804.

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

Color convert

RGB 196 73 95 -
CMYK 0 0.63 0.52 0.23
HSL 349.27º 0.51% 0.53% -
HSV(B) 349.27º 0.63% 0.77% -
XYZ 27.21 17.33 12.74 -
YUV 112.29 118.25 187.71 -
System Red Green Blue C M Y K H S L
Decimal 196 73 95 0 0.63 0.52 0.23 349.27 0.51 0.53
Hex C4 49 5F 0 3F 34 17 15D 33 35
Octal 304 111 137 0 77 64 27 535 63 65
Binary 11000100 1001001 1011111 0 111111 110100 10111 101011101 110011 110101

Color Harmonies of #C4495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4495F

Black with #C4495F

Text Example


Text Example

White with #C4495F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4495F; }

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

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

background-color css

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

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

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

border-color css

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

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

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