Html Css Color HEX #C347A6 Mulberry

📋 copy color: '#C347A6'

red 195 ◦ green 71 ◦ blue 166

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

Shades of Mulberry #C347A6

Tints of Mulberry #C347A6

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.44%

 BLUE value IS 166 (65.23% from 255) = 38.43%

R = 45.14%
G = 16.44%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C347A6 (or 0xC347A6) is known color: Mulberry. HEX triplet: C3, 47 and A6. RGB value is (195,71,166). Sum of RGB (Red+Green+Blue) = 195+71+166=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 166 (65.23% from 255 or 38.43% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C347A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C347A6 is #3CB859. Grayscale: #767676. Windows color (decimal): -3979354 or 10897347. OLE color: 10897347.

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

Color convert

RGB 195 71 166 -
CMYK 0 0.64 0.15 0.24
HSL 314.03º 0.51% 0.52% -
HSV(B) 314.03º 0.64% 0.76% -
XYZ 31.64 18.86 38.05 -
YUV 118.91 154.58 182.28 -
System Red Green Blue C M Y K H S L
Decimal 195 71 166 0 0.64 0.15 0.24 314.03 0.51 0.52
Hex C3 47 A6 0 40 F 18 13A 33 34
Octal 303 107 246 0 100 17 30 472 63 64
Binary 11000011 1000111 10100110 0 1000000 1111 11000 100111010 110011 110100

Color Harmonies of #C347A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C347A6

Black with #C347A6

Text Example


Text Example

White with #C347A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C347A6; }

 p { color: rgb(195,71,166); }

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

background-color css

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

 a { background-color: rgb(195,71,166); }

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

border-color css

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

 span { border-color: rgb(195,71,166); }

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