Html Css Color HEX #C34E55 Mandy

📋 copy color: '#C34E55'

red 195 ◦ green 78 ◦ blue 85

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

Shades of Mandy #C34E55

Tints of Mandy #C34E55

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.79%

 BLUE value IS 85 (33.59% from 255) = 23.74%

R = 54.47%
G = 21.79%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C34E55 (or 0xC34E55) is known color: Mandy. HEX triplet: C3, 4E and 55. RGB value is (195,78,85). Sum of RGB (Red+Green+Blue) = 195+78+85=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34E55 is #3CB1AA. Grayscale: #717171. Windows color (decimal): -3977643 or 5590723. OLE color: 5590723.

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

Color convert

RGB 195 78 85 -
CMYK 0 0.6 0.56 0.24
HSL 356.41º 0.49% 0.54% -
HSV(B) 356.41º 0.6% 0.76% -
XYZ 26.87 17.71 10.6 -
YUV 113.78 111.76 185.93 -
System Red Green Blue C M Y K H S L
Decimal 195 78 85 0 0.6 0.56 0.24 356.41 0.49 0.54
Hex C3 4E 55 0 3C 38 18 164 31 36
Octal 303 116 125 0 74 70 30 544 61 66
Binary 11000011 1001110 1010101 0 111100 111000 11000 101100100 110001 110110

Color Harmonies of #C34E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34E55

Black with #C34E55

Text Example


Text Example

White with #C34E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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