Html Css Color HEX #C34786 Mulberry

📋 copy color: '#C34786'

red 195 ◦ green 71 ◦ blue 134

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

Shades of Mulberry #C34786

Tints of Mulberry #C34786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.5%

R = 48.75%
G = 17.75%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C34786 (or 0xC34786) is known color: Mulberry. HEX triplet: C3, 47 and 86. RGB value is (195,71,134). Sum of RGB (Red+Green+Blue) = 195+71+134=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 71 (28.12% from 255 or 17.75% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C34786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34786 is #3CB879. Grayscale: #737373. Windows color (decimal): -3979386 or 8800195. OLE color: 8800195.

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

Color convert

RGB 195 71 134 -
CMYK 0 0.64 0.31 0.24
HSL 329.52º 0.51% 0.52% -
HSV(B) 329.52º 0.64% 0.76% -
XYZ 29.06 17.83 24.46 -
YUV 115.26 138.58 184.88 -
System Red Green Blue C M Y K H S L
Decimal 195 71 134 0 0.64 0.31 0.24 329.52 0.51 0.52
Hex C3 47 86 0 40 1F 18 14A 33 34
Octal 303 107 206 0 100 37 30 512 63 64
Binary 11000011 1000111 10000110 0 1000000 11111 11000 101001010 110011 110100

Color Harmonies of #C34786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34786

Black with #C34786

Text Example


Text Example

White with #C34786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34786; }

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

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

background-color css

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

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

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

border-color css

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

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

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