Html Css Color HEX #C34686 Mulberry

📋 copy color: '#C34686'

red 195 ◦ green 70 ◦ blue 134

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

Shades of Mulberry #C34686

Tints of Mulberry #C34686

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.54%

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

R = 48.87%
G = 17.54%
B = 33.58%

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

#C34686 (or 0xC34686) is known color: Mulberry. HEX triplet: C3, 46 and 86. RGB value is (195,70,134). Sum of RGB (Red+Green+Blue) = 195+70+134=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C34686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34686 is #3CB979. Grayscale: #727272. Windows color (decimal): -3979642 or 8799939. OLE color: 8799939.

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

Color convert

RGB 195 70 134 -
CMYK 0 0.64 0.31 0.24
HSL 329.28º 0.51% 0.52% -
HSV(B) 329.28º 0.64% 0.76% -
XYZ 29 17.7 24.44 -
YUV 114.67 138.91 185.3 -
System Red Green Blue C M Y K H S L
Decimal 195 70 134 0 0.64 0.31 0.24 329.28 0.51 0.52
Hex C3 46 86 0 40 1F 18 149 33 34
Octal 303 106 206 0 100 37 30 511 63 64
Binary 11000011 1000110 10000110 0 1000000 11111 11000 101001001 110011 110100

Color Harmonies of #C34686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34686

Black with #C34686

Text Example


Text Example

White with #C34686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34686; }

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

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

background-color css

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

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

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

border-color css

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

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

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