Html Css Color HEX #C34951 Mandy

📋 copy color: '#C34951'

red 195 ◦ green 73 ◦ blue 81

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

Shades of Mandy #C34951

Tints of Mandy #C34951

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.92%

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

R = 55.87%
G = 20.92%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C34951 (or 0xC34951) is known color: Mandy. HEX triplet: C3, 49 and 51. RGB value is (195,73,81). Sum of RGB (Red+Green+Blue) = 195+73+81=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C34951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34951 is #3CB6AE. Grayscale: #6E6E6E. Windows color (decimal): -3978927 or 5327299. OLE color: 5327299.

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

Color convert

RGB 195 73 81 -
CMYK 0 0.63 0.58 0.24
HSL 356.07º 0.5% 0.53% -
HSV(B) 356.07º 0.63% 0.76% -
XYZ 26.37 16.96 9.67 -
YUV 110.39 111.42 188.35 -
System Red Green Blue C M Y K H S L
Decimal 195 73 81 0 0.63 0.58 0.24 356.07 0.5 0.53
Hex C3 49 51 0 3F 3A 18 164 32 35
Octal 303 111 121 0 77 72 30 544 62 65
Binary 11000011 1001001 1010001 0 111111 111010 11000 101100100 110010 110101

Color Harmonies of #C34951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34951

Black with #C34951

Text Example


Text Example

White with #C34951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34951; }

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

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

background-color css

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

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

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

border-color css

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

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

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