Html Css Color HEX #C2495E Mandy

📋 copy color: '#C2495E'

red 194 ◦ green 73 ◦ blue 94

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

Shades of Mandy #C2495E

Tints of Mandy #C2495E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.04%

R = 53.74%
G = 20.22%
B = 26.04%

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

#C2495E (or 0xC2495E) is known color: Mandy. HEX triplet: C2, 49 and 5E. RGB value is (194,73,94). Sum of RGB (Red+Green+Blue) = 194+73+94=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C2495E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2495E is #3DB6A1. Grayscale: #6F6F6F. Windows color (decimal): -4044450 or 6179266. OLE color: 6179266.

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

Color convert

RGB 194 73 94 -
CMYK 0 0.62 0.52 0.24
HSL 349.59º 0.5% 0.52% -
HSV(B) 349.59º 0.62% 0.76% -
XYZ 26.65 17.04 12.47 -
YUV 111.57 118.09 186.79 -
System Red Green Blue C M Y K H S L
Decimal 194 73 94 0 0.62 0.52 0.24 349.59 0.5 0.52
Hex C2 49 5E 0 3E 34 18 15E 32 34
Octal 302 111 136 0 76 64 30 536 62 64
Binary 11000010 1001001 1011110 0 111110 110100 11000 101011110 110010 110100

Color Harmonies of #C2495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2495E

Black with #C2495E

Text Example


Text Example

White with #C2495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2495E; }

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

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

background-color css

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

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

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

border-color css

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

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

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