Html Css Color HEX #C2484F Mandy

📋 copy color: '#C2484F'

red 194 ◦ green 72 ◦ blue 79

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

Shades of Mandy #C2484F

Tints of Mandy #C2484F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.9%

R = 56.23%
G = 20.87%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C2484F (or 0xC2484F) is known color: Mandy. HEX triplet: C2, 48 and 4F. RGB value is (194,72,79). Sum of RGB (Red+Green+Blue) = 194+72+79=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C2484F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2484F is #3DB7B0. Grayscale: #6D6D6D. Windows color (decimal): -4044721 or 5195970. OLE color: 5195970.

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

Color convert

RGB 194 72 79 -
CMYK 0 0.63 0.59 0.24
HSL 356.56º 0.5% 0.52% -
HSV(B) 356.56º 0.63% 0.76% -
XYZ 25.98 16.67 9.25 -
YUV 109.28 110.92 188.43 -
System Red Green Blue C M Y K H S L
Decimal 194 72 79 0 0.63 0.59 0.24 356.56 0.5 0.52
Hex C2 48 4F 0 3F 3B 18 165 32 34
Octal 302 110 117 0 77 73 30 545 62 64
Binary 11000010 1001000 1001111 0 111111 111011 11000 101100101 110010 110100

Color Harmonies of #C2484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2484F

Black with #C2484F

Text Example


Text Example

White with #C2484F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2484F; }

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

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

background-color css

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

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

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

border-color css

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

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

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