Html Css Color HEX #C34E5D Mandy

📋 copy color: '#C34E5D'

red 195 ◦ green 78 ◦ blue 93

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

Shades of Mandy #C34E5D

Tints of Mandy #C34E5D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.31%

 BLUE value IS 93 (36.72% from 255) = 25.41%

R = 53.28%
G = 21.31%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C34E5D (or 0xC34E5D) is known color: Mandy. HEX triplet: C3, 4E and 5D. RGB value is (195,78,93). Sum of RGB (Red+Green+Blue) = 195+78+93=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34E5D is #3CB1A2. Grayscale: #727272. Windows color (decimal): -3977635 or 6115011. OLE color: 6115011.

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

Color convert

RGB 195 78 93 -
CMYK 0 0.6 0.52 0.24
HSL 352.31º 0.49% 0.54% -
HSV(B) 352.31º 0.6% 0.76% -
XYZ 27.21 17.84 12.37 -
YUV 114.69 115.76 185.28 -
System Red Green Blue C M Y K H S L
Decimal 195 78 93 0 0.6 0.52 0.24 352.31 0.49 0.54
Hex C3 4E 5D 0 3C 34 18 160 31 36
Octal 303 116 135 0 74 64 30 540 61 66
Binary 11000011 1001110 1011101 0 111100 110100 11000 101100000 110001 110110

Color Harmonies of #C34E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34E5D

Black with #C34E5D

Text Example


Text Example

White with #C34E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34E5D; }

 p { color: rgb(195,78,93); }

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

background-color css

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

 a { background-color: rgb(195,78,93); }

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

border-color css

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

 span { border-color: rgb(195,78,93); }

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