Html Css Color HEX #C24C5F Mandy

📋 copy color: '#C24C5F'

red 194 ◦ green 76 ◦ blue 95

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

Shades of Mandy #C24C5F

Tints of Mandy #C24C5F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.82%

 BLUE value IS 95 (37.5% from 255) = 26.03%

R = 53.15%
G = 20.82%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C24C5F (or 0xC24C5F) is known color: Mandy. HEX triplet: C2, 4C and 5F. RGB value is (194,76,95). Sum of RGB (Red+Green+Blue) = 194+76+95=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24C5F is #3DB3A0. Grayscale: #717171. Windows color (decimal): -4043681 or 6245570. OLE color: 6245570.

HSL color Cylindrical-coordinate representation of color #C24C5F: hue angle of 350.34º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C24C5F is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 76 95 -
CMYK 0 0.61 0.51 0.24
HSL 350.34º 0.49% 0.53% -
HSV(B) 350.34º 0.61% 0.76% -
XYZ 26.9 17.46 12.78 -
YUV 113.45 117.59 185.46 -
System Red Green Blue C M Y K H S L
Decimal 194 76 95 0 0.61 0.51 0.24 350.34 0.49 0.53
Hex C2 4C 5F 0 3D 33 18 15E 31 35
Octal 302 114 137 0 75 63 30 536 61 65
Binary 11000010 1001100 1011111 0 111101 110011 11000 101011110 110001 110101

Color Harmonies of #C24C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24C5F

Black with #C24C5F

Text Example


Text Example

White with #C24C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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