Html Css Color HEX #C34D56 Mandy

📋 copy color: '#C34D56'

red 195 ◦ green 77 ◦ blue 86

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

Shades of Mandy #C34D56

Tints of Mandy #C34D56

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.51%

 BLUE value IS 86 (33.98% from 255) = 24.02%

R = 54.47%
G = 21.51%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C34D56 (or 0xC34D56) is known color: Mandy. HEX triplet: C3, 4D and 56. RGB value is (195,77,86). Sum of RGB (Red+Green+Blue) = 195+77+86=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34D56 is #3CB2A9. Grayscale: #717171. Windows color (decimal): -3977898 or 5656003. OLE color: 5656003.

HSL color Cylindrical-coordinate representation of color #C34D56: hue angle of 355.42º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C34D56 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 77 86 -
CMYK 0 0.61 0.56 0.24
HSL 355.42º 0.5% 0.53% -
HSV(B) 355.42º 0.61% 0.76% -
XYZ 26.84 17.58 10.78 -
YUV 113.31 112.59 186.27 -
System Red Green Blue C M Y K H S L
Decimal 195 77 86 0 0.61 0.56 0.24 355.42 0.5 0.53
Hex C3 4D 56 0 3D 38 18 163 32 35
Octal 303 115 126 0 75 70 30 543 62 65
Binary 11000011 1001101 1010110 0 111101 111000 11000 101100011 110010 110101

Color Harmonies of #C34D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34D56

Black with #C34D56

Text Example


Text Example

White with #C34D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34D56; }

 p { color: rgb(195,77,86); }

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

background-color css

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

 a { background-color: rgb(195,77,86); }

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

border-color css

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

 span { border-color: rgb(195,77,86); }

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