Html Css Color HEX #C34F50 Mandy

📋 copy color: '#C34F50'

red 195 ◦ green 79 ◦ blue 80

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

Shades of Mandy #C34F50

Tints of Mandy #C34F50

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.32%

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

R = 55.08%
G = 22.32%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C34F50 (or 0xC34F50) is known color: Mandy. HEX triplet: C3, 4F and 50. RGB value is (195,79,80). Sum of RGB (Red+Green+Blue) = 195+79+80=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34F50 is #3CB0AF. Grayscale: #717171. Windows color (decimal): -3977392 or 5263299. OLE color: 5263299.

HSL color Cylindrical-coordinate representation of color #C34F50: hue angle of 359.48º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C34F50 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 79 80 -
CMYK 0 0.59 0.59 0.24
HSL 359.48º 0.49% 0.54% -
HSV(B) 359.48º 0.59% 0.76% -
XYZ 26.75 17.77 9.61 -
YUV 113.8 108.93 185.92 -
System Red Green Blue C M Y K H S L
Decimal 195 79 80 0 0.59 0.59 0.24 359.48 0.49 0.54
Hex C3 4F 50 0 3B 3B 18 167 31 36
Octal 303 117 120 0 73 73 30 547 61 66
Binary 11000011 1001111 1010000 0 111011 111011 11000 101100111 110001 110110

Color Harmonies of #C34F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34F50

Black with #C34F50

Text Example


Text Example

White with #C34F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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