Html Css Color HEX #C44155 Mandy

📋 copy color: '#C44155'

red 196 ◦ green 65 ◦ blue 85

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

Shades of Mandy #C44155

Tints of Mandy #C44155

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.79%

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

R = 56.65%
G = 18.79%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C44155 (or 0xC44155) is known color: Mandy. HEX triplet: C4, 41 and 55. RGB value is (196,65,85). Sum of RGB (Red+Green+Blue) = 196+65+85=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C44155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44155 is #3BBEAA. Grayscale: #6A6A6A. Windows color (decimal): -3915435 or 5587396. OLE color: 5587396.

HSL color Cylindrical-coordinate representation of color #C44155: hue angle of 350.84º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44155 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 65 85 -
CMYK 0 0.67 0.57 0.23
HSL 350.84º 0.53% 0.51% -
HSV(B) 350.84º 0.67% 0.77% -
XYZ 26.29 16.17 10.33 -
YUV 106.45 115.9 191.87 -
System Red Green Blue C M Y K H S L
Decimal 196 65 85 0 0.67 0.57 0.23 350.84 0.53 0.51
Hex C4 41 55 0 43 39 17 15F 35 33
Octal 304 101 125 0 103 71 27 537 65 63
Binary 11000100 1000001 1010101 0 1000011 111001 10111 101011111 110101 110011

Color Harmonies of #C44155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44155

Black with #C44155

Text Example


Text Example

White with #C44155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44155; }

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

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

background-color css

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

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

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

border-color css

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

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

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