Html Css Color HEX #C34C5B Mandy

📋 copy color: '#C34C5B'

red 195 ◦ green 76 ◦ blue 91

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

Shades of Mandy #C34C5B

Tints of Mandy #C34C5B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.99%

 BLUE value IS 91 (35.94% from 255) = 25.14%

R = 53.87%
G = 20.99%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C34C5B (or 0xC34C5B) is known color: Mandy. HEX triplet: C3, 4C and 5B. RGB value is (195,76,91). Sum of RGB (Red+Green+Blue) = 195+76+91=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34C5B is #3CB3A4. Grayscale: #717171. Windows color (decimal): -3978149 or 5983427. OLE color: 5983427.

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

Color convert

RGB 195 76 91 -
CMYK 0 0.61 0.53 0.24
HSL 352.44º 0.5% 0.53% -
HSV(B) 352.44º 0.61% 0.76% -
XYZ 26.98 17.53 11.86 -
YUV 113.29 115.42 186.28 -
System Red Green Blue C M Y K H S L
Decimal 195 76 91 0 0.61 0.53 0.24 352.44 0.5 0.53
Hex C3 4C 5B 0 3D 35 18 160 32 35
Octal 303 114 133 0 75 65 30 540 62 65
Binary 11000011 1001100 1011011 0 111101 110101 11000 101100000 110010 110101

Color Harmonies of #C34C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34C5B

Black with #C34C5B

Text Example


Text Example

White with #C34C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34C5B; }

 p { color: rgb(195,76,91); }

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

background-color css

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

 a { background-color: rgb(195,76,91); }

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

border-color css

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

 span { border-color: rgb(195,76,91); }

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