Html Css Color HEX #C34849 Mandy

📋 copy color: '#C34849'

red 195 ◦ green 72 ◦ blue 73

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

Shades of Mandy #C34849

Tints of Mandy #C34849

RGB

 RED value IS 195 (76.56% from 255) = 57.35%

 GREEN value IS 72 (28.52% from 255) = 21.18%

 BLUE value IS 73 (28.91% from 255) = 21.47%

R = 57.35%
G = 21.18%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C34849 (or 0xC34849) is known color: Mandy. HEX triplet: C3, 48 and 49. RGB value is (195,72,73). Sum of RGB (Red+Green+Blue) = 195+72+73=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C34849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34849 is #3CB7B6. Grayscale: #6D6D6D. Windows color (decimal): -3979191 or 4802755. OLE color: 4802755.

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

Color convert

RGB 195 72 73 -
CMYK 0 0.63 0.63 0.24
HSL 359.51º 0.51% 0.52% -
HSV(B) 359.51º 0.63% 0.76% -
XYZ 26.03 16.72 8.16 -
YUV 108.89 107.75 189.42 -
System Red Green Blue C M Y K H S L
Decimal 195 72 73 0 0.63 0.63 0.24 359.51 0.51 0.52
Hex C3 48 49 0 3F 3F 18 168 33 34
Octal 303 110 111 0 77 77 30 550 63 64
Binary 11000011 1001000 1001001 0 111111 111111 11000 101101000 110011 110100

Color Harmonies of #C34849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34849

Black with #C34849

Text Example


Text Example

White with #C34849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34849; }

 p { color: rgb(195,72,73); }

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

background-color css

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

 a { background-color: rgb(195,72,73); }

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

border-color css

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

 span { border-color: rgb(195,72,73); }

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