Html Css Color HEX #C147A6 Mulberry

📋 copy color: '#C147A6'

red 193 ◦ green 71 ◦ blue 166

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

Shades of Mulberry #C147A6

Tints of Mulberry #C147A6

RGB

 RED value IS 193 (75.78% from 255) = 44.88%

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

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

R = 44.88%
G = 16.51%
B = 38.6%

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

#C147A6 (or 0xC147A6) is known color: Mulberry. HEX triplet: C1, 47 and A6. RGB value is (193,71,166). Sum of RGB (Red+Green+Blue) = 193+71+166=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 166 (65.23% from 255 or 38.60% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C147A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C147A6 is #3EB859. Grayscale: #767676. Windows color (decimal): -4110426 or 10897345. OLE color: 10897345.

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

Color convert

RGB 193 71 166 -
CMYK 0 0.63 0.14 0.24
HSL 313.28º 0.5% 0.52% -
HSV(B) 313.28º 0.63% 0.76% -
XYZ 31.13 18.6 38.03 -
YUV 118.31 154.92 181.28 -
System Red Green Blue C M Y K H S L
Decimal 193 71 166 0 0.63 0.14 0.24 313.28 0.5 0.52
Hex C1 47 A6 0 3F E 18 139 32 34
Octal 301 107 246 0 77 16 30 471 62 64
Binary 11000001 1000111 10100110 0 111111 1110 11000 100111001 110010 110100

Color Harmonies of #C147A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C147A6

Black with #C147A6

Text Example


Text Example

White with #C147A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C147A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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