Html Css Color HEX #C24158 Mandy

📋 copy color: '#C24158'

red 194 ◦ green 65 ◦ blue 88

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

Shades of Mandy #C24158

Tints of Mandy #C24158

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.73%

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

R = 55.91%
G = 18.73%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C24158 (or 0xC24158) is known color: Mandy. HEX triplet: C2, 41 and 58. RGB value is (194,65,88). Sum of RGB (Red+Green+Blue) = 194+65+88=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C24158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24158 is #3DBEA7. Grayscale: #6A6A6A. Windows color (decimal): -4046504 or 5784002. OLE color: 5784002.

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

Color convert

RGB 194 65 88 -
CMYK 0 0.66 0.55 0.24
HSL 349.3º 0.51% 0.51% -
HSV(B) 349.3º 0.66% 0.76% -
XYZ 25.9 15.95 10.95 -
YUV 106.19 117.74 190.63 -
System Red Green Blue C M Y K H S L
Decimal 194 65 88 0 0.66 0.55 0.24 349.3 0.51 0.51
Hex C2 41 58 0 42 37 18 15D 33 33
Octal 302 101 130 0 102 67 30 535 63 63
Binary 11000010 1000001 1011000 0 1000010 110111 11000 101011101 110011 110011

Color Harmonies of #C24158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24158

Black with #C24158

Text Example


Text Example

White with #C24158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24158; }

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

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

background-color css

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

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

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

border-color css

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

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

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