Html Css Color HEX #C2485D Mandy

📋 copy color: '#C2485D'

red 194 ◦ green 72 ◦ blue 93

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

Shades of Mandy #C2485D

Tints of Mandy #C2485D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.06%

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

R = 54.04%
G = 20.06%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2485D (or 0xC2485D) is known color: Mandy. HEX triplet: C2, 48 and 5D. RGB value is (194,72,93). Sum of RGB (Red+Green+Blue) = 194+72+93=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C2485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2485D is #3DB7A2. Grayscale: #6E6E6E. Windows color (decimal): -4044707 or 6113474. OLE color: 6113474.

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

Color convert

RGB 194 72 93 -
CMYK 0 0.63 0.52 0.24
HSL 349.67º 0.5% 0.52% -
HSV(B) 349.67º 0.63% 0.76% -
XYZ 26.54 16.89 12.22 -
YUV 110.87 117.92 187.29 -
System Red Green Blue C M Y K H S L
Decimal 194 72 93 0 0.63 0.52 0.24 349.67 0.5 0.52
Hex C2 48 5D 0 3F 34 18 15E 32 34
Octal 302 110 135 0 77 64 30 536 62 64
Binary 11000010 1001000 1011101 0 111111 110100 11000 101011110 110010 110100

Color Harmonies of #C2485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2485D

Black with #C2485D

Text Example


Text Example

White with #C2485D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2485D; }

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

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

background-color css

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

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

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

border-color css

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

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

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