Html Css Color HEX #C24352 Mandy

📋 copy color: '#C24352'

red 194 ◦ green 67 ◦ blue 82

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

Shades of Mandy #C24352

Tints of Mandy #C24352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.91%

R = 56.56%
G = 19.53%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C24352 (or 0xC24352) is known color: Mandy. HEX triplet: C2, 43 and 52. RGB value is (194,67,82). Sum of RGB (Red+Green+Blue) = 194+67+82=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C24352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24352 is #3DBCAD. Grayscale: #6A6A6A. Windows color (decimal): -4045998 or 5391298. OLE color: 5391298.

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

Color convert

RGB 194 67 82 -
CMYK 0 0.65 0.58 0.24
HSL 352.91º 0.51% 0.51% -
HSV(B) 352.91º 0.65% 0.76% -
XYZ 25.78 16.09 9.73 -
YUV 106.68 114.08 190.28 -
System Red Green Blue C M Y K H S L
Decimal 194 67 82 0 0.65 0.58 0.24 352.91 0.51 0.51
Hex C2 43 52 0 41 3A 18 161 33 33
Octal 302 103 122 0 101 72 30 541 63 63
Binary 11000010 1000011 1010010 0 1000001 111010 11000 101100001 110011 110011

Color Harmonies of #C24352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24352

Black with #C24352

Text Example


Text Example

White with #C24352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24352; }

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

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

background-color css

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

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

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

border-color css

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

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

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