Html Css Color HEX #C34758 Mandy

📋 copy color: '#C34758'

red 195 ◦ green 71 ◦ blue 88

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

Shades of Mandy #C34758

Tints of Mandy #C34758

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.06%

 BLUE value IS 88 (34.77% from 255) = 24.86%

R = 55.08%
G = 20.06%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C34758 (or 0xC34758) is known color: Mandy. HEX triplet: C3, 47 and 58. RGB value is (195,71,88). Sum of RGB (Red+Green+Blue) = 195+71+88=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C34758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34758 is #3CB8A7. Grayscale: #6E6E6E. Windows color (decimal): -3979432 or 5785539. OLE color: 5785539.

HSL color Cylindrical-coordinate representation of color #C34758: hue angle of 351.77º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C34758 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 71 88 -
CMYK 0 0.64 0.55 0.24
HSL 351.77º 0.51% 0.52% -
HSV(B) 351.77º 0.64% 0.76% -
XYZ 26.52 16.81 11.08 -
YUV 110.01 115.58 188.62 -
System Red Green Blue C M Y K H S L
Decimal 195 71 88 0 0.64 0.55 0.24 351.77 0.51 0.52
Hex C3 47 58 0 40 37 18 160 33 34
Octal 303 107 130 0 100 67 30 540 63 64
Binary 11000011 1000111 1011000 0 1000000 110111 11000 101100000 110011 110100

Color Harmonies of #C34758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34758

Black with #C34758

Text Example


Text Example

White with #C34758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34758; }

 p { color: rgb(195,71,88); }

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

background-color css

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

 a { background-color: rgb(195,71,88); }

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

border-color css

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

 span { border-color: rgb(195,71,88); }

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