Html Css Color HEX #C2495C Mandy

📋 copy color: '#C2495C'

red 194 ◦ green 73 ◦ blue 92

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

Shades of Mandy #C2495C

Tints of Mandy #C2495C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.63%

R = 54.04%
G = 20.33%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2495C (or 0xC2495C) is known color: Mandy. HEX triplet: C2, 49 and 5C. RGB value is (194,73,92). Sum of RGB (Red+Green+Blue) = 194+73+92=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C2495C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2495C is #3DB6A3. Grayscale: #6F6F6F. Windows color (decimal): -4044452 or 6048194. OLE color: 6048194.

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

Color convert

RGB 194 73 92 -
CMYK 0 0.62 0.53 0.24
HSL 350.58º 0.5% 0.52% -
HSV(B) 350.58º 0.62% 0.76% -
XYZ 26.56 17.01 12.01 -
YUV 111.35 117.09 186.96 -
System Red Green Blue C M Y K H S L
Decimal 194 73 92 0 0.62 0.53 0.24 350.58 0.5 0.52
Hex C2 49 5C 0 3E 35 18 15F 32 34
Octal 302 111 134 0 76 65 30 537 62 64
Binary 11000010 1001001 1011100 0 111110 110101 11000 101011111 110010 110100

Color Harmonies of #C2495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2495C

Black with #C2495C

Text Example


Text Example

White with #C2495C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2495C; }

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

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

background-color css

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

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

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

border-color css

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

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

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