Html Css Color HEX #C349A0 Mulberry

📋 copy color: '#C349A0'

red 195 ◦ green 73 ◦ blue 160

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

Shades of Mulberry #C349A0

Tints of Mulberry #C349A0

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.06%

 BLUE value IS 160 (62.89% from 255) = 37.38%

R = 45.56%
G = 17.06%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C349A0 (or 0xC349A0) is known color: Mulberry. HEX triplet: C3, 49 and A0. RGB value is (195,73,160). Sum of RGB (Red+Green+Blue) = 195+73+160=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C349A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C349A0 is #3CB65F. Grayscale: #777777. Windows color (decimal): -3978848 or 10504643. OLE color: 10504643.

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

Color convert

RGB 195 73 160 -
CMYK 0 0.63 0.18 0.24
HSL 317.21º 0.5% 0.53% -
HSV(B) 317.21º 0.63% 0.76% -
XYZ 31.23 18.91 35.26 -
YUV 119.4 150.92 181.93 -
System Red Green Blue C M Y K H S L
Decimal 195 73 160 0 0.63 0.18 0.24 317.21 0.5 0.53
Hex C3 49 A0 0 3F 12 18 13D 32 35
Octal 303 111 240 0 77 22 30 475 62 65
Binary 11000011 1001001 10100000 0 111111 10010 11000 100111101 110010 110101

Color Harmonies of #C349A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C349A0

Black with #C349A0

Text Example


Text Example

White with #C349A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C349A0; }

 p { color: rgb(195,73,160); }

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

background-color css

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

 a { background-color: rgb(195,73,160); }

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

border-color css

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

 span { border-color: rgb(195,73,160); }

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