Html Css Color HEX #C34886 Mulberry

📋 copy color: '#C34886'

red 195 ◦ green 72 ◦ blue 134

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

Shades of Mulberry #C34886

Tints of Mulberry #C34886

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.96%

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

R = 48.63%
G = 17.96%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C34886 (or 0xC34886) is known color: Mulberry. HEX triplet: C3, 48 and 86. RGB value is (195,72,134). Sum of RGB (Red+Green+Blue) = 195+72+134=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C34886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34886 is #3CB779. Grayscale: #737373. Windows color (decimal): -3979130 or 8800451. OLE color: 8800451.

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

Color convert

RGB 195 72 134 -
CMYK 0 0.63 0.31 0.24
HSL 329.76º 0.51% 0.52% -
HSV(B) 329.76º 0.63% 0.76% -
XYZ 29.13 17.96 24.49 -
YUV 115.85 138.25 184.46 -
System Red Green Blue C M Y K H S L
Decimal 195 72 134 0 0.63 0.31 0.24 329.76 0.51 0.52
Hex C3 48 86 0 3F 1F 18 14A 33 34
Octal 303 110 206 0 77 37 30 512 63 64
Binary 11000011 1001000 10000110 0 111111 11111 11000 101001010 110011 110100

Color Harmonies of #C34886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34886

Black with #C34886

Text Example


Text Example

White with #C34886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34886; }

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

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

background-color css

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

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

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

border-color css

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

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

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