Html Css Color HEX #C2484C Mandy

📋 copy color: '#C2484C'

red 194 ◦ green 72 ◦ blue 76

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

Shades of Mandy #C2484C

Tints of Mandy #C2484C

RGB

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

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

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

R = 56.73%
G = 21.05%
B = 22.22%

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

#C2484C (or 0xC2484C) is known color: Mandy. HEX triplet: C2, 48 and 4C. RGB value is (194,72,76). Sum of RGB (Red+Green+Blue) = 194+72+76=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C2484C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2484C is #3DB7B3. Grayscale: #6D6D6D. Windows color (decimal): -4044724 or 4999362. OLE color: 4999362.

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

Color convert

RGB 194 72 76 -
CMYK 0 0.63 0.61 0.24
HSL 358.03º 0.5% 0.52% -
HSV(B) 358.03º 0.63% 0.76% -
XYZ 25.87 16.63 8.68 -
YUV 108.93 109.42 188.67 -
System Red Green Blue C M Y K H S L
Decimal 194 72 76 0 0.63 0.61 0.24 358.03 0.5 0.52
Hex C2 48 4C 0 3F 3D 18 166 32 34
Octal 302 110 114 0 77 75 30 546 62 64
Binary 11000010 1001000 1001100 0 111111 111101 11000 101100110 110010 110100

Color Harmonies of #C2484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2484C

Black with #C2484C

Text Example


Text Example

White with #C2484C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2484C; }

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

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

background-color css

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

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

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

border-color css

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

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

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