Html Css Color HEX #C24355 Mandy

📋 copy color: '#C24355'

red 194 ◦ green 67 ◦ blue 85

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

Shades of Mandy #C24355

Tints of Mandy #C24355

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.36%

 BLUE value IS 85 (33.59% from 255) = 24.57%

R = 56.07%
G = 19.36%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C24355 (or 0xC24355) is known color: Mandy. HEX triplet: C2, 43 and 55. RGB value is (194,67,85). Sum of RGB (Red+Green+Blue) = 194+67+85=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C24355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24355 is #3DBCAA. Grayscale: #6B6B6B. Windows color (decimal): -4045995 or 5587906. OLE color: 5587906.

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

Color convert

RGB 194 67 85 -
CMYK 0 0.65 0.56 0.24
HSL 351.5º 0.51% 0.51% -
HSV(B) 351.5º 0.65% 0.76% -
XYZ 25.89 16.14 10.34 -
YUV 107.03 115.58 190.04 -
System Red Green Blue C M Y K H S L
Decimal 194 67 85 0 0.65 0.56 0.24 351.5 0.51 0.51
Hex C2 43 55 0 41 38 18 15F 33 33
Octal 302 103 125 0 101 70 30 537 63 63
Binary 11000010 1000011 1010101 0 1000001 111000 11000 101011111 110011 110011

Color Harmonies of #C24355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24355

Black with #C24355

Text Example


Text Example

White with #C24355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24355; }

 p { color: rgb(194,67,85); }

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

background-color css

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

 a { background-color: rgb(194,67,85); }

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

border-color css

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

 span { border-color: rgb(194,67,85); }

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