Html Css Color HEX #C2475D Mandy

📋 copy color: '#C2475D'

red 194 ◦ green 71 ◦ blue 93

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

Shades of Mandy #C2475D

Tints of Mandy #C2475D

RGB

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

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

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

R = 54.19%
G = 19.83%
B = 25.98%

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

#C2475D (or 0xC2475D) is known color: Mandy. HEX triplet: C2, 47 and 5D. RGB value is (194,71,93). Sum of RGB (Red+Green+Blue) = 194+71+93=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C2475D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2475D is #3DB8A2. Grayscale: #6E6E6E. Windows color (decimal): -4044963 or 6113218. OLE color: 6113218.

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

Color convert

RGB 194 71 93 -
CMYK 0 0.63 0.52 0.24
HSL 349.27º 0.5% 0.52% -
HSV(B) 349.27º 0.63% 0.76% -
XYZ 26.48 16.77 12.2 -
YUV 110.29 118.25 187.71 -
System Red Green Blue C M Y K H S L
Decimal 194 71 93 0 0.63 0.52 0.24 349.27 0.5 0.52
Hex C2 47 5D 0 3F 34 18 15D 32 34
Octal 302 107 135 0 77 64 30 535 62 64
Binary 11000010 1000111 1011101 0 111111 110100 11000 101011101 110010 110100

Color Harmonies of #C2475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2475D

Black with #C2475D

Text Example


Text Example

White with #C2475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2475D; }

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

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

background-color css

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

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

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

border-color css

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

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

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