Html Css Color HEX #C2415B Mandy

📋 copy color: '#C2415B'

red 194 ◦ green 65 ◦ blue 91

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

Shades of Mandy #C2415B

Tints of Mandy #C2415B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.57%

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

R = 55.43%
G = 18.57%
B = 26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2415B (or 0xC2415B) is known color: Mandy. HEX triplet: C2, 41 and 5B. RGB value is (194,65,91). Sum of RGB (Red+Green+Blue) = 194+65+91=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C2415B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2415B is #3DBEA4. Grayscale: #6A6A6A. Windows color (decimal): -4046501 or 5980610. OLE color: 5980610.

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

Color convert

RGB 194 65 91 -
CMYK 0 0.66 0.53 0.24
HSL 347.91º 0.51% 0.51% -
HSV(B) 347.91º 0.66% 0.76% -
XYZ 26.03 16.01 11.62 -
YUV 106.54 119.24 190.39 -
System Red Green Blue C M Y K H S L
Decimal 194 65 91 0 0.66 0.53 0.24 347.91 0.51 0.51
Hex C2 41 5B 0 42 35 18 15C 33 33
Octal 302 101 133 0 102 65 30 534 63 63
Binary 11000010 1000001 1011011 0 1000010 110101 11000 101011100 110011 110011

Color Harmonies of #C2415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2415B

Black with #C2415B

Text Example


Text Example

White with #C2415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2415B; }

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

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

background-color css

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

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

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

border-color css

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

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

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