Html Css Color HEX #C2475C Mandy

📋 copy color: '#C2475C'

red 194 ◦ green 71 ◦ blue 92

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

Shades of Mandy #C2475C

Tints of Mandy #C2475C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.89%

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

R = 54.34%
G = 19.89%
B = 25.77%

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

#C2475C (or 0xC2475C) is known color: Mandy. HEX triplet: C2, 47 and 5C. RGB value is (194,71,92). Sum of RGB (Red+Green+Blue) = 194+71+92=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C2475C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2475C is #3DB8A3. Grayscale: #6E6E6E. Windows color (decimal): -4044964 or 6047682. OLE color: 6047682.

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

Color convert

RGB 194 71 92 -
CMYK 0 0.63 0.53 0.24
HSL 349.76º 0.5% 0.52% -
HSV(B) 349.76º 0.63% 0.76% -
XYZ 26.43 16.75 11.96 -
YUV 110.17 117.75 187.79 -
System Red Green Blue C M Y K H S L
Decimal 194 71 92 0 0.63 0.53 0.24 349.76 0.5 0.52
Hex C2 47 5C 0 3F 35 18 15E 32 34
Octal 302 107 134 0 77 65 30 536 62 64
Binary 11000010 1000111 1011100 0 111111 110101 11000 101011110 110010 110100

Color Harmonies of #C2475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2475C

Black with #C2475C

Text Example


Text Example

White with #C2475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2475C; }

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

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

background-color css

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

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

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

border-color css

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

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

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