Html Css Color HEX #C24258 Mandy

📋 copy color: '#C24258'

red 194 ◦ green 66 ◦ blue 88

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

Shades of Mandy #C24258

Tints of Mandy #C24258

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.97%

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

R = 55.75%
G = 18.97%
B = 25.29%

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

#C24258 (or 0xC24258) is known color: Mandy. HEX triplet: C2, 42 and 58. RGB value is (194,66,88). Sum of RGB (Red+Green+Blue) = 194+66+88=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C24258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24258 is #3DBDA7. Grayscale: #6A6A6A. Windows color (decimal): -4046248 or 5784258. OLE color: 5784258.

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

Color convert

RGB 194 66 88 -
CMYK 0 0.66 0.55 0.24
HSL 349.69º 0.51% 0.51% -
HSV(B) 349.69º 0.66% 0.76% -
XYZ 25.96 16.07 10.97 -
YUV 106.78 117.41 190.21 -
System Red Green Blue C M Y K H S L
Decimal 194 66 88 0 0.66 0.55 0.24 349.69 0.51 0.51
Hex C2 42 58 0 42 37 18 15E 33 33
Octal 302 102 130 0 102 67 30 536 63 63
Binary 11000010 1000010 1011000 0 1000010 110111 11000 101011110 110011 110011

Color Harmonies of #C24258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24258

Black with #C24258

Text Example


Text Example

White with #C24258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24258; }

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

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

background-color css

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

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

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

border-color css

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

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

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