Html Css Color HEX #C2485C Mandy

📋 copy color: '#C2485C'

red 194 ◦ green 72 ◦ blue 92

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

Shades of Mandy #C2485C

Tints of Mandy #C2485C

RGB

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

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

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

R = 54.19%
G = 20.11%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2485C (or 0xC2485C) is known color: Mandy. HEX triplet: C2, 48 and 5C. RGB value is (194,72,92). Sum of RGB (Red+Green+Blue) = 194+72+92=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C2485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2485C is #3DB7A3. Grayscale: #6E6E6E. Windows color (decimal): -4044708 or 6047938. OLE color: 6047938.

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

Color convert

RGB 194 72 92 -
CMYK 0 0.63 0.53 0.24
HSL 350.16º 0.5% 0.52% -
HSV(B) 350.16º 0.63% 0.76% -
XYZ 26.5 16.88 11.99 -
YUV 110.76 117.42 187.37 -
System Red Green Blue C M Y K H S L
Decimal 194 72 92 0 0.63 0.53 0.24 350.16 0.5 0.52
Hex C2 48 5C 0 3F 35 18 15E 32 34
Octal 302 110 134 0 77 65 30 536 62 64
Binary 11000010 1001000 1011100 0 111111 110101 11000 101011110 110010 110100

Color Harmonies of #C2485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2485C

Black with #C2485C

Text Example


Text Example

White with #C2485C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2485C; }

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

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

background-color css

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

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

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

border-color css

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

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

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