Html Css Color HEX #C2474C Mandy

📋 copy color: '#C2474C'

red 194 ◦ green 71 ◦ blue 76

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

Shades of Mandy #C2474C

Tints of Mandy #C2474C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.29%

R = 56.89%
G = 20.82%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2474C (or 0xC2474C) is known color: Mandy. HEX triplet: C2, 47 and 4C. RGB value is (194,71,76). Sum of RGB (Red+Green+Blue) = 194+71+76=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C2474C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2474C is #3DB8B3. Grayscale: #6C6C6C. Windows color (decimal): -4044980 or 4999106. OLE color: 4999106.

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

Color convert

RGB 194 71 76 -
CMYK 0 0.63 0.61 0.24
HSL 357.56º 0.5% 0.52% -
HSV(B) 357.56º 0.63% 0.76% -
XYZ 25.81 16.5 8.66 -
YUV 108.35 109.75 189.09 -
System Red Green Blue C M Y K H S L
Decimal 194 71 76 0 0.63 0.61 0.24 357.56 0.5 0.52
Hex C2 47 4C 0 3F 3D 18 166 32 34
Octal 302 107 114 0 77 75 30 546 62 64
Binary 11000010 1000111 1001100 0 111111 111101 11000 101100110 110010 110100

Color Harmonies of #C2474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2474C

Black with #C2474C

Text Example


Text Example

White with #C2474C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2474C; }

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

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

background-color css

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

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

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

border-color css

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

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

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