Html Css Color HEX #C2495D Mandy

📋 copy color: '#C2495D'

red 194 ◦ green 73 ◦ blue 93

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

Shades of Mandy #C2495D

Tints of Mandy #C2495D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.28%

 BLUE value IS 93 (36.72% from 255) = 25.83%

R = 53.89%
G = 20.28%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2495D (or 0xC2495D) is known color: Mandy. HEX triplet: C2, 49 and 5D. RGB value is (194,73,93). Sum of RGB (Red+Green+Blue) = 194+73+93=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C2495D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2495D is #3DB6A2. Grayscale: #6F6F6F. Windows color (decimal): -4044451 or 6113730. OLE color: 6113730.

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

Color convert

RGB 194 73 93 -
CMYK 0 0.62 0.52 0.24
HSL 350.08º 0.5% 0.52% -
HSV(B) 350.08º 0.62% 0.76% -
XYZ 26.61 17.02 12.24 -
YUV 111.46 117.59 186.87 -
System Red Green Blue C M Y K H S L
Decimal 194 73 93 0 0.62 0.52 0.24 350.08 0.5 0.52
Hex C2 49 5D 0 3E 34 18 15E 32 34
Octal 302 111 135 0 76 64 30 536 62 64
Binary 11000010 1001001 1011101 0 111110 110100 11000 101011110 110010 110100

Color Harmonies of #C2495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2495D

Black with #C2495D

Text Example


Text Example

White with #C2495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2495D; }

 p { color: rgb(194,73,93); }

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

background-color css

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

 a { background-color: rgb(194,73,93); }

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

border-color css

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

 span { border-color: rgb(194,73,93); }

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