Html Css Color HEX #C34687 Mulberry

📋 copy color: '#C34687'

red 195 ◦ green 70 ◦ blue 135

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

Shades of Mulberry #C34687

Tints of Mulberry #C34687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.75%

R = 48.75%
G = 17.5%
B = 33.75%

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

#C34687 (or 0xC34687) is known color: Mulberry. HEX triplet: C3, 46 and 87. RGB value is (195,70,135). Sum of RGB (Red+Green+Blue) = 195+70+135=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 135 (53.12% from 255 or 33.75% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C34687 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34687 is #3CB978. Grayscale: #727272. Windows color (decimal): -3979641 or 8865475. OLE color: 8865475.

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

Color convert

RGB 195 70 135 -
CMYK 0 0.64 0.31 0.24
HSL 328.8º 0.51% 0.52% -
HSV(B) 328.8º 0.64% 0.76% -
XYZ 29.07 17.73 24.81 -
YUV 114.79 139.41 185.21 -
System Red Green Blue C M Y K H S L
Decimal 195 70 135 0 0.64 0.31 0.24 328.8 0.51 0.52
Hex C3 46 87 0 40 1F 18 149 33 34
Octal 303 106 207 0 100 37 30 511 63 64
Binary 11000011 1000110 10000111 0 1000000 11111 11000 101001001 110011 110100

Color Harmonies of #C34687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34687

Black with #C34687

Text Example


Text Example

White with #C34687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34687; }

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

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

background-color css

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

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

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

border-color css

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

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

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