Html Css Color HEX #C349A7 Mulberry

📋 copy color: '#C349A7'

red 195 ◦ green 73 ◦ blue 167

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

Shades of Mulberry #C349A7

Tints of Mulberry #C349A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 38.39%

R = 44.83%
G = 16.78%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C349A7 (or 0xC349A7) is known color: Mulberry. HEX triplet: C3, 49 and A7. RGB value is (195,73,167). Sum of RGB (Red+Green+Blue) = 195+73+167=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 167 (65.62% from 255 or 38.39% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C349A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C349A7 is #3CB658. Grayscale: #777777. Windows color (decimal): -3978841 or 10963395. OLE color: 10963395.

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

Color convert

RGB 195 73 167 -
CMYK 0 0.63 0.14 0.24
HSL 313.77º 0.5% 0.53% -
HSV(B) 313.77º 0.63% 0.76% -
XYZ 31.86 19.16 38.58 -
YUV 120.19 154.42 181.36 -
System Red Green Blue C M Y K H S L
Decimal 195 73 167 0 0.63 0.14 0.24 313.77 0.5 0.53
Hex C3 49 A7 0 3F E 18 13A 32 35
Octal 303 111 247 0 77 16 30 472 62 65
Binary 11000011 1001001 10100111 0 111111 1110 11000 100111010 110010 110101

Color Harmonies of #C349A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C349A7

Black with #C349A7

Text Example


Text Example

White with #C349A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C349A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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