Html Css Color HEX #C349A3 Mulberry

📋 copy color: '#C349A3'

red 195 ◦ green 73 ◦ blue 163

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

Shades of Mulberry #C349A3

Tints of Mulberry #C349A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 37.82%

R = 45.24%
G = 16.94%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C349A3 (or 0xC349A3) is known color: Mulberry. HEX triplet: C3, 49 and A3. RGB value is (195,73,163). Sum of RGB (Red+Green+Blue) = 195+73+163=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 163 (64.06% from 255 or 37.82% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C349A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C349A3 is #3CB65C. Grayscale: #777777. Windows color (decimal): -3978845 or 10701251. OLE color: 10701251.

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

Color convert

RGB 195 73 163 -
CMYK 0 0.63 0.16 0.24
HSL 315.74º 0.5% 0.53% -
HSV(B) 315.74º 0.63% 0.76% -
XYZ 31.5 19.01 36.66 -
YUV 119.74 152.42 181.68 -
System Red Green Blue C M Y K H S L
Decimal 195 73 163 0 0.63 0.16 0.24 315.74 0.5 0.53
Hex C3 49 A3 0 3F 10 18 13C 32 35
Octal 303 111 243 0 77 20 30 474 62 65
Binary 11000011 1001001 10100011 0 111111 10000 11000 100111100 110010 110101

Color Harmonies of #C349A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C349A3

Black with #C349A3

Text Example


Text Example

White with #C349A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C349A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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