Html Css Color HEX #C2444A Mandy

📋 copy color: '#C2444A'

red 194 ◦ green 68 ◦ blue 74

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

Shades of Mandy #C2444A

Tints of Mandy #C2444A

RGB

 RED value IS 194 (76.17% from 255) = 57.74%

 GREEN value IS 68 (26.95% from 255) = 20.24%

 BLUE value IS 74 (29.3% from 255) = 22.02%

R = 57.74%
G = 20.24%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2444A (or 0xC2444A) is known color: Mandy. HEX triplet: C2, 44 and 4A. RGB value is (194,68,74). Sum of RGB (Red+Green+Blue) = 194+68+74=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C2444A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2444A is #3DBBB5. Grayscale: #6A6A6A. Windows color (decimal): -4045750 or 4867266. OLE color: 4867266.

HSL color Cylindrical-coordinate representation of color #C2444A: hue angle of 357.14º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2444A is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 68 74 -
CMYK 0 0.65 0.62 0.24
HSL 357.14º 0.51% 0.51% -
HSV(B) 357.14º 0.65% 0.76% -
XYZ 25.55 16.1 8.24 -
YUV 106.36 109.74 190.51 -
System Red Green Blue C M Y K H S L
Decimal 194 68 74 0 0.65 0.62 0.24 357.14 0.51 0.51
Hex C2 44 4A 0 41 3E 18 165 33 33
Octal 302 104 112 0 101 76 30 545 63 63
Binary 11000010 1000100 1001010 0 1000001 111110 11000 101100101 110011 110011

Color Harmonies of #C2444A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2444A

Black with #C2444A

Text Example


Text Example

White with #C2444A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2444A; }

 p { color: rgb(194,68,74); }

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

background-color css

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

 a { background-color: rgb(194,68,74); }

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

border-color css

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

 span { border-color: rgb(194,68,74); }

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