Html Css Color HEX #C44649 Mandy

📋 copy color: '#C44649'

red 196 ◦ green 70 ◦ blue 73

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

Shades of Mandy #C44649

Tints of Mandy #C44649

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.65%

 BLUE value IS 73 (28.91% from 255) = 21.53%

R = 57.82%
G = 20.65%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C44649 (or 0xC44649) is known color: Mandy. HEX triplet: C4, 46 and 49. RGB value is (196,70,73). Sum of RGB (Red+Green+Blue) = 196+70+73=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C44649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44649 is #3BB9B6. Grayscale: #6C6C6C. Windows color (decimal): -3914167 or 4802244. OLE color: 4802244.

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

Color convert

RGB 196 70 73 -
CMYK 0 0.64 0.63 0.23
HSL 358.57º 0.52% 0.52% -
HSV(B) 358.57º 0.64% 0.77% -
XYZ 26.16 16.6 8.13 -
YUV 108.02 108.24 190.76 -
System Red Green Blue C M Y K H S L
Decimal 196 70 73 0 0.64 0.63 0.23 358.57 0.52 0.52
Hex C4 46 49 0 40 3F 17 167 34 34
Octal 304 106 111 0 100 77 27 547 64 64
Binary 11000100 1000110 1001001 0 1000000 111111 10111 101100111 110100 110100

Color Harmonies of #C44649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44649

Black with #C44649

Text Example


Text Example

White with #C44649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44649; }

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

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

background-color css

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

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

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

border-color css

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

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

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