Html Css Color HEX #C24C5C Mandy

📋 copy color: '#C24C5C'

red 194 ◦ green 76 ◦ blue 92

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

Shades of Mandy #C24C5C

Tints of Mandy #C24C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.41%

R = 53.59%
G = 20.99%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C24C5C (or 0xC24C5C) is known color: Mandy. HEX triplet: C2, 4C and 5C. RGB value is (194,76,92). Sum of RGB (Red+Green+Blue) = 194+76+92=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24C5C is #3DB3A3. Grayscale: #717171. Windows color (decimal): -4043684 or 6048962. OLE color: 6048962.

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

Color convert

RGB 194 76 92 -
CMYK 0 0.61 0.53 0.24
HSL 351.86º 0.49% 0.53% -
HSV(B) 351.86º 0.61% 0.76% -
XYZ 26.76 17.41 12.08 -
YUV 113.11 116.09 185.7 -
System Red Green Blue C M Y K H S L
Decimal 194 76 92 0 0.61 0.53 0.24 351.86 0.49 0.53
Hex C2 4C 5C 0 3D 35 18 160 31 35
Octal 302 114 134 0 75 65 30 540 61 65
Binary 11000010 1001100 1011100 0 111101 110101 11000 101100000 110001 110101

Color Harmonies of #C24C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24C5C

Black with #C24C5C

Text Example


Text Example

White with #C24C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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