Html Css Color HEX #C44350 Mandy

📋 copy color: '#C44350'

red 196 ◦ green 67 ◦ blue 80

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

Shades of Mandy #C44350

Tints of Mandy #C44350

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.53%

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

R = 57.14%
G = 19.53%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C44350 (or 0xC44350) is known color: Mandy. HEX triplet: C4, 43 and 50. RGB value is (196,67,80). Sum of RGB (Red+Green+Blue) = 196+67+80=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C44350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44350 is #3BBCAF. Grayscale: #6B6B6B. Windows color (decimal): -3914928 or 5260228. OLE color: 5260228.

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

Color convert

RGB 196 67 80 -
CMYK 0 0.66 0.59 0.23
HSL 353.95º 0.52% 0.52% -
HSV(B) 353.95º 0.66% 0.77% -
XYZ 26.22 16.33 9.36 -
YUV 107.05 112.74 191.44 -
System Red Green Blue C M Y K H S L
Decimal 196 67 80 0 0.66 0.59 0.23 353.95 0.52 0.52
Hex C4 43 50 0 42 3B 17 162 34 34
Octal 304 103 120 0 102 73 27 542 64 64
Binary 11000100 1000011 1010000 0 1000010 111011 10111 101100010 110100 110100

Color Harmonies of #C44350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44350

Black with #C44350

Text Example


Text Example

White with #C44350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44350; }

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

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

background-color css

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

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

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

border-color css

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

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

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