Html Css Color HEX #C24358 Mandy

📋 copy color: '#C24358'

red 194 ◦ green 67 ◦ blue 88

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

Shades of Mandy #C24358

Tints of Mandy #C24358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.21%

R = 55.59%
G = 19.2%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C24358 (or 0xC24358) is known color: Mandy. HEX triplet: C2, 43 and 58. RGB value is (194,67,88). Sum of RGB (Red+Green+Blue) = 194+67+88=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C24358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24358 is #3DBCA7. Grayscale: #6B6B6B. Windows color (decimal): -4045992 or 5784514. OLE color: 5784514.

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

Color convert

RGB 194 67 88 -
CMYK 0 0.65 0.55 0.24
HSL 350.08º 0.51% 0.51% -
HSV(B) 350.08º 0.65% 0.76% -
XYZ 26.02 16.19 10.99 -
YUV 107.37 117.08 189.79 -
System Red Green Blue C M Y K H S L
Decimal 194 67 88 0 0.65 0.55 0.24 350.08 0.51 0.51
Hex C2 43 58 0 41 37 18 15E 33 33
Octal 302 103 130 0 101 67 30 536 63 63
Binary 11000010 1000011 1011000 0 1000001 110111 11000 101011110 110011 110011

Color Harmonies of #C24358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24358

Black with #C24358

Text Example


Text Example

White with #C24358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24358; }

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

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

background-color css

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

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

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

border-color css

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

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

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