Html Css Color HEX #C44250 Mandy

📋 copy color: '#C44250'

red 196 ◦ green 66 ◦ blue 80

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

Shades of Mandy #C44250

Tints of Mandy #C44250

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.3%

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

R = 57.31%
G = 19.3%
B = 23.39%

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

#C44250 (or 0xC44250) is known color: Mandy. HEX triplet: C4, 42 and 50. RGB value is (196,66,80). Sum of RGB (Red+Green+Blue) = 196+66+80=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C44250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44250 is #3BBDAF. Grayscale: #6A6A6A. Windows color (decimal): -3915184 or 5259972. OLE color: 5259972.

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

Color convert

RGB 196 66 80 -
CMYK 0 0.66 0.59 0.23
HSL 353.54º 0.52% 0.51% -
HSV(B) 353.54º 0.66% 0.77% -
XYZ 26.16 16.21 9.34 -
YUV 106.47 113.07 191.86 -
System Red Green Blue C M Y K H S L
Decimal 196 66 80 0 0.66 0.59 0.23 353.54 0.52 0.51
Hex C4 42 50 0 42 3B 17 162 34 33
Octal 304 102 120 0 102 73 27 542 64 63
Binary 11000100 1000010 1010000 0 1000010 111011 10111 101100010 110100 110011

Color Harmonies of #C44250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44250

Black with #C44250

Text Example


Text Example

White with #C44250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44250; }

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

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

background-color css

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

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

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

border-color css

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

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

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