Html Css Color HEX #C34D5A Mandy

📋 copy color: '#C34D5A'

red 195 ◦ green 77 ◦ blue 90

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

Shades of Mandy #C34D5A

Tints of Mandy #C34D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.86%

R = 53.87%
G = 21.27%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C34D5A (or 0xC34D5A) is known color: Mandy. HEX triplet: C3, 4D and 5A. RGB value is (195,77,90). Sum of RGB (Red+Green+Blue) = 195+77+90=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34D5A is #3CB2A5. Grayscale: #717171. Windows color (decimal): -3977894 or 5918147. OLE color: 5918147.

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

Color convert

RGB 195 77 90 -
CMYK 0 0.61 0.54 0.24
HSL 353.39º 0.5% 0.53% -
HSV(B) 353.39º 0.61% 0.76% -
XYZ 27.01 17.65 11.66 -
YUV 113.76 114.59 185.94 -
System Red Green Blue C M Y K H S L
Decimal 195 77 90 0 0.61 0.54 0.24 353.39 0.5 0.53
Hex C3 4D 5A 0 3D 36 18 161 32 35
Octal 303 115 132 0 75 66 30 541 62 65
Binary 11000011 1001101 1011010 0 111101 110110 11000 101100001 110010 110101

Color Harmonies of #C34D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34D5A

Black with #C34D5A

Text Example


Text Example

White with #C34D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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