Html Css Color HEX #C44F5E Mandy

📋 copy color: '#C44F5E'

red 196 ◦ green 79 ◦ blue 94

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

Shades of Mandy #C44F5E

Tints of Mandy #C44F5E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.41%

 BLUE value IS 94 (37.11% from 255) = 25.47%

R = 53.12%
G = 21.41%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C44F5E (or 0xC44F5E) is known color: Mandy. HEX triplet: C4, 4F and 5E. RGB value is (196,79,94). Sum of RGB (Red+Green+Blue) = 196+79+94=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44F5E is #3BB0A1. Grayscale: #737373. Windows color (decimal): -3911842 or 6180804. OLE color: 6180804.

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

Color convert

RGB 196 79 94 -
CMYK 0 0.60 0.52 0.23
HSL 352.31º 0.5% 0.54% -
HSV(B) 352.31º 0.6% 0.77% -
XYZ 27.58 18.14 12.64 -
YUV 115.69 115.76 185.28 -
System Red Green Blue C M Y K H S L
Decimal 196 79 94 0 0.60 0.52 0.23 352.31 0.5 0.54
Hex C4 4F 5E 0 3C 34 17 160 32 36
Octal 304 117 136 0 74 64 27 540 62 66
Binary 11000100 1001111 1011110 0 111100 110100 10111 101100000 110010 110110

Color Harmonies of #C44F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44F5E

Black with #C44F5E

Text Example


Text Example

White with #C44F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44F5E; }

 p { color: rgb(196,79,94); }

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

background-color css

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

 a { background-color: rgb(196,79,94); }

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

border-color css

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

 span { border-color: rgb(196,79,94); }

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