Html Css Color HEX #C4495B Mandy

📋 copy color: '#C4495B'

red 196 ◦ green 73 ◦ blue 91

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

Shades of Mandy #C4495B

Tints of Mandy #C4495B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.28%

R = 54.44%
G = 20.28%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C4495B (or 0xC4495B) is known color: Mandy. HEX triplet: C4, 49 and 5B. RGB value is (196,73,91). Sum of RGB (Red+Green+Blue) = 196+73+91=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C4495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4495B is #3BB6A4. Grayscale: #6F6F6F. Windows color (decimal): -3913381 or 5982660. OLE color: 5982660.

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

Color convert

RGB 196 73 91 -
CMYK 0 0.63 0.54 0.23
HSL 351.22º 0.51% 0.53% -
HSV(B) 351.22º 0.63% 0.77% -
XYZ 27.04 17.26 11.8 -
YUV 111.83 116.25 188.04 -
System Red Green Blue C M Y K H S L
Decimal 196 73 91 0 0.63 0.54 0.23 351.22 0.51 0.53
Hex C4 49 5B 0 3F 36 17 15F 33 35
Octal 304 111 133 0 77 66 27 537 63 65
Binary 11000100 1001001 1011011 0 111111 110110 10111 101011111 110011 110101

Color Harmonies of #C4495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4495B

Black with #C4495B

Text Example


Text Example

White with #C4495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4495B; }

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

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

background-color css

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

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

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

border-color css

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

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

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