Html Css Color HEX #C34A4E Mandy

📋 copy color: '#C34A4E'

red 195 ◦ green 74 ◦ blue 78

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

Shades of Mandy #C34A4E

Tints of Mandy #C34A4E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.33%

 BLUE value IS 78 (30.86% from 255) = 22.48%

R = 56.2%
G = 21.33%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.6

 K value IS 0.24

RGB Variations

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

Color information

#C34A4E (or 0xC34A4E) is known color: Mandy. HEX triplet: C3, 4A and 4E. RGB value is (195,74,78). Sum of RGB (Red+Green+Blue) = 195+74+78=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34A4E is #3CB5B1. Grayscale: #6E6E6E. Windows color (decimal): -3978674 or 5130947. OLE color: 5130947.

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

Color convert

RGB 195 74 78 -
CMYK 0 0.62 0.6 0.24
HSL 358.02º 0.5% 0.53% -
HSV(B) 358.02º 0.62% 0.76% -
XYZ 26.33 17.05 9.11 -
YUV 110.64 109.59 188.17 -
System Red Green Blue C M Y K H S L
Decimal 195 74 78 0 0.62 0.6 0.24 358.02 0.5 0.53
Hex C3 4A 4E 0 3E 3C 18 166 32 35
Octal 303 112 116 0 76 74 30 546 62 65
Binary 11000011 1001010 1001110 0 111110 111100 11000 101100110 110010 110101

Color Harmonies of #C34A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34A4E

Black with #C34A4E

Text Example


Text Example

White with #C34A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34A4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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