Html Css Color HEX #C34D51 Mandy

📋 copy color: '#C34D51'

red 195 ◦ green 77 ◦ blue 81

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

Shades of Mandy #C34D51

Tints of Mandy #C34D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.95%

R = 55.24%
G = 21.81%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C34D51 (or 0xC34D51) is known color: Mandy. HEX triplet: C3, 4D and 51. RGB value is (195,77,81). Sum of RGB (Red+Green+Blue) = 195+77+81=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34D51 is #3CB2AE. Grayscale: #707070. Windows color (decimal): -3977903 or 5328323. OLE color: 5328323.

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

Color convert

RGB 195 77 81 -
CMYK 0 0.61 0.58 0.24
HSL 357.97º 0.5% 0.53% -
HSV(B) 357.97º 0.61% 0.76% -
XYZ 26.64 17.5 9.76 -
YUV 112.74 110.09 186.67 -
System Red Green Blue C M Y K H S L
Decimal 195 77 81 0 0.61 0.58 0.24 357.97 0.5 0.53
Hex C3 4D 51 0 3D 3A 18 166 32 35
Octal 303 115 121 0 75 72 30 546 62 65
Binary 11000011 1001101 1010001 0 111101 111010 11000 101100110 110010 110101

Color Harmonies of #C34D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34D51

Black with #C34D51

Text Example


Text Example

White with #C34D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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