Html Css Color HEX #C24B5E Mandy

📋 copy color: '#C24B5E'

red 194 ◦ green 75 ◦ blue 94

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

Shades of Mandy #C24B5E

Tints of Mandy #C24B5E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.66%

 BLUE value IS 94 (37.11% from 255) = 25.9%

R = 53.44%
G = 20.66%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C24B5E (or 0xC24B5E) is known color: Mandy. HEX triplet: C2, 4B and 5E. RGB value is (194,75,94). Sum of RGB (Red+Green+Blue) = 194+75+94=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24B5E is #3DB4A1. Grayscale: #707070. Windows color (decimal): -4043938 or 6179778. OLE color: 6179778.

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

Color convert

RGB 194 75 94 -
CMYK 0 0.61 0.52 0.24
HSL 350.42º 0.49% 0.53% -
HSV(B) 350.42º 0.61% 0.76% -
XYZ 26.78 17.31 12.52 -
YUV 112.75 117.42 185.96 -
System Red Green Blue C M Y K H S L
Decimal 194 75 94 0 0.61 0.52 0.24 350.42 0.49 0.53
Hex C2 4B 5E 0 3D 34 18 15E 31 35
Octal 302 113 136 0 75 64 30 536 61 65
Binary 11000010 1001011 1011110 0 111101 110100 11000 101011110 110001 110101

Color Harmonies of #C24B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24B5E

Black with #C24B5E

Text Example


Text Example

White with #C24B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24B5E; }

 p { color: rgb(194,75,94); }

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

background-color css

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

 a { background-color: rgb(194,75,94); }

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

border-color css

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

 span { border-color: rgb(194,75,94); }

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