Html Css Color HEX #C44850 Mandy

📋 copy color: '#C44850'

red 196 ◦ green 72 ◦ blue 80

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

Shades of Mandy #C44850

Tints of Mandy #C44850

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.69%

 BLUE value IS 80 (31.64% from 255) = 22.99%

R = 56.32%
G = 20.69%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C44850 (or 0xC44850) is known color: Mandy. HEX triplet: C4, 48 and 50. RGB value is (196,72,80). Sum of RGB (Red+Green+Blue) = 196+72+80=348 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.32% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 196 - color contains mainly: red. Hex color #C44850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44850 is #3BB7AF. Grayscale: #6E6E6E. Windows color (decimal): -3913648 or 5261508. OLE color: 5261508.

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

Color convert

RGB 196 72 80 -
CMYK 0 0.63 0.59 0.23
HSL 356.13º 0.51% 0.53% -
HSV(B) 356.13º 0.63% 0.77% -
XYZ 26.53 16.95 9.46 -
YUV 109.99 111.08 189.35 -
System Red Green Blue C M Y K H S L
Decimal 196 72 80 0 0.63 0.59 0.23 356.13 0.51 0.53
Hex C4 48 50 0 3F 3B 17 164 33 35
Octal 304 110 120 0 77 73 27 544 63 65
Binary 11000100 1001000 1010000 0 111111 111011 10111 101100100 110011 110101

Color Harmonies of #C44850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44850

Black with #C44850

Text Example


Text Example

White with #C44850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44850; }

 p { color: rgb(196,72,80); }

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

background-color css

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

 a { background-color: rgb(196,72,80); }

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

border-color css

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

 span { border-color: rgb(196,72,80); }

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