Html Css Color HEX #C34A51 Mandy

📋 copy color: '#C34A51'

red 195 ◦ green 74 ◦ blue 81

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

Shades of Mandy #C34A51

Tints of Mandy #C34A51

RGB

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

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

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

R = 55.71%
G = 21.14%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C34A51 (or 0xC34A51) is known color: Mandy. HEX triplet: C3, 4A and 51. RGB value is (195,74,81). Sum of RGB (Red+Green+Blue) = 195+74+81=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34A51 is #3CB5AE. Grayscale: #6F6F6F. Windows color (decimal): -3978671 or 5327555. OLE color: 5327555.

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

Color convert

RGB 195 74 81 -
CMYK 0 0.62 0.58 0.24
HSL 356.53º 0.5% 0.53% -
HSV(B) 356.53º 0.62% 0.76% -
XYZ 26.44 17.09 9.69 -
YUV 110.98 111.09 187.93 -
System Red Green Blue C M Y K H S L
Decimal 195 74 81 0 0.62 0.58 0.24 356.53 0.5 0.53
Hex C3 4A 51 0 3E 3A 18 165 32 35
Octal 303 112 121 0 76 72 30 545 62 65
Binary 11000011 1001010 1010001 0 111110 111010 11000 101100101 110010 110101

Color Harmonies of #C34A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34A51

Black with #C34A51

Text Example


Text Example

White with #C34A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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