Html Css Color HEX #C24353 Mandy

📋 copy color: '#C24353'

red 194 ◦ green 67 ◦ blue 83

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

Shades of Mandy #C24353

Tints of Mandy #C24353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.13%

R = 56.4%
G = 19.48%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C24353 (or 0xC24353) is known color: Mandy. HEX triplet: C2, 43 and 53. RGB value is (194,67,83). Sum of RGB (Red+Green+Blue) = 194+67+83=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C24353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24353 is #3DBCAC. Grayscale: #6A6A6A. Windows color (decimal): -4045997 or 5456834. OLE color: 5456834.

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

Color convert

RGB 194 67 83 -
CMYK 0 0.65 0.57 0.24
HSL 352.44º 0.51% 0.51% -
HSV(B) 352.44º 0.65% 0.76% -
XYZ 25.82 16.11 9.93 -
YUV 106.8 114.58 190.2 -
System Red Green Blue C M Y K H S L
Decimal 194 67 83 0 0.65 0.57 0.24 352.44 0.51 0.51
Hex C2 43 53 0 41 39 18 160 33 33
Octal 302 103 123 0 101 71 30 540 63 63
Binary 11000010 1000011 1010011 0 1000001 111001 11000 101100000 110011 110011

Color Harmonies of #C24353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24353

Black with #C24353

Text Example


Text Example

White with #C24353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24353; }

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

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

background-color css

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

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

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

border-color css

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

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

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