Html Css Color HEX #C34950 Mandy

📋 copy color: '#C34950'

red 195 ◦ green 73 ◦ blue 80

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

Shades of Mandy #C34950

Tints of Mandy #C34950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.99%

R = 56.03%
G = 20.98%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C34950 (or 0xC34950) is known color: Mandy. HEX triplet: C3, 49 and 50. RGB value is (195,73,80). Sum of RGB (Red+Green+Blue) = 195+73+80=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C34950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34950 is #3CB6AF. Grayscale: #6E6E6E. Windows color (decimal): -3978928 or 5261763. OLE color: 5261763.

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

Color convert

RGB 195 73 80 -
CMYK 0 0.63 0.59 0.24
HSL 356.56º 0.5% 0.53% -
HSV(B) 356.56º 0.63% 0.76% -
XYZ 26.34 16.95 9.47 -
YUV 110.28 110.92 188.43 -
System Red Green Blue C M Y K H S L
Decimal 195 73 80 0 0.63 0.59 0.24 356.56 0.5 0.53
Hex C3 49 50 0 3F 3B 18 165 32 35
Octal 303 111 120 0 77 73 30 545 62 65
Binary 11000011 1001001 1010000 0 111111 111011 11000 101100101 110010 110101

Color Harmonies of #C34950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34950

Black with #C34950

Text Example


Text Example

White with #C34950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34950; }

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

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

background-color css

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

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

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

border-color css

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

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

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