Html Css Color HEX #C44955 Mandy

📋 copy color: '#C44955'

red 196 ◦ green 73 ◦ blue 85

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

Shades of Mandy #C44955

Tints of Mandy #C44955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.01%

R = 55.37%
G = 20.62%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C44955 (or 0xC44955) is known color: Mandy. HEX triplet: C4, 49 and 55. RGB value is (196,73,85). Sum of RGB (Red+Green+Blue) = 196+73+85=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C44955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44955 is #3BB6AA. Grayscale: #6F6F6F. Windows color (decimal): -3913387 or 5589444. OLE color: 5589444.

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

Color convert

RGB 196 73 85 -
CMYK 0 0.63 0.57 0.23
HSL 354.15º 0.51% 0.53% -
HSV(B) 354.15º 0.63% 0.77% -
XYZ 26.79 17.16 10.49 -
YUV 111.15 113.25 188.52 -
System Red Green Blue C M Y K H S L
Decimal 196 73 85 0 0.63 0.57 0.23 354.15 0.51 0.53
Hex C4 49 55 0 3F 39 17 162 33 35
Octal 304 111 125 0 77 71 27 542 63 65
Binary 11000100 1001001 1010101 0 111111 111001 10111 101100010 110011 110101

Color Harmonies of #C44955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44955

Black with #C44955

Text Example


Text Example

White with #C44955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44955; }

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

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

background-color css

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

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

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

border-color css

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

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

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