Html Css Color HEX #C2445B Mandy

📋 copy color: '#C2445B'

red 194 ◦ green 68 ◦ blue 91

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

Shades of Mandy #C2445B

Tints of Mandy #C2445B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.78%

R = 54.96%
G = 19.26%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2445B (or 0xC2445B) is known color: Mandy. HEX triplet: C2, 44 and 5B. RGB value is (194,68,91). Sum of RGB (Red+Green+Blue) = 194+68+91=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C2445B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2445B is #3DBBA4. Grayscale: #6C6C6C. Windows color (decimal): -4045733 or 5981378. OLE color: 5981378.

HSL color Cylindrical-coordinate representation of color #C2445B: hue angle of 349.05º 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 #C2445B is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 68 91 -
CMYK 0 0.65 0.53 0.24
HSL 349.05º 0.51% 0.51% -
HSV(B) 349.05º 0.65% 0.76% -
XYZ 26.2 16.36 11.67 -
YUV 108.3 118.24 189.13 -
System Red Green Blue C M Y K H S L
Decimal 194 68 91 0 0.65 0.53 0.24 349.05 0.51 0.51
Hex C2 44 5B 0 41 35 18 15D 33 33
Octal 302 104 133 0 101 65 30 535 63 63
Binary 11000010 1000100 1011011 0 1000001 110101 11000 101011101 110011 110011

Color Harmonies of #C2445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2445B

Black with #C2445B

Text Example


Text Example

White with #C2445B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2445B; }

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

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

background-color css

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

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

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

border-color css

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

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

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