Html Css Color HEX #C34896 Mulberry

📋 copy color: '#C34896'

red 195 ◦ green 72 ◦ blue 150

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

Shades of Mulberry #C34896

Tints of Mulberry #C34896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.97%

R = 46.76%
G = 17.27%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C34896 (or 0xC34896) is known color: Mulberry. HEX triplet: C3, 48 and 96. RGB value is (195,72,150). Sum of RGB (Red+Green+Blue) = 195+72+150=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C34896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34896 is #3CB769. Grayscale: #757575. Windows color (decimal): -3979114 or 9849027. OLE color: 9849027.

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

Color convert

RGB 195 72 150 -
CMYK 0 0.63 0.23 0.24
HSL 321.95º 0.51% 0.52% -
HSV(B) 321.95º 0.63% 0.76% -
XYZ 30.33 18.44 30.81 -
YUV 117.67 146.25 183.16 -
System Red Green Blue C M Y K H S L
Decimal 195 72 150 0 0.63 0.23 0.24 321.95 0.51 0.52
Hex C3 48 96 0 3F 17 18 142 33 34
Octal 303 110 226 0 77 27 30 502 63 64
Binary 11000011 1001000 10010110 0 111111 10111 11000 101000010 110011 110100

Color Harmonies of #C34896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34896

Black with #C34896

Text Example


Text Example

White with #C34896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34896; }

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

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

background-color css

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

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

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

border-color css

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

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

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