Html Css Color HEX #C147A5 Mulberry

📋 copy color: '#C147A5'

red 193 ◦ green 71 ◦ blue 165

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

Shades of Mulberry #C147A5

Tints of Mulberry #C147A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.46%

R = 44.99%
G = 16.55%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C147A5 (or 0xC147A5) is known color: Mulberry. HEX triplet: C1, 47 and A5. RGB value is (193,71,165). Sum of RGB (Red+Green+Blue) = 193+71+165=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 165 (64.84% from 255 or 38.46% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C147A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C147A5 is #3EB85A. Grayscale: #757575. Windows color (decimal): -4110427 or 10831809. OLE color: 10831809.

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

Color convert

RGB 193 71 165 -
CMYK 0 0.63 0.15 0.24
HSL 313.77º 0.5% 0.52% -
HSV(B) 313.77º 0.63% 0.76% -
XYZ 31.04 18.56 37.54 -
YUV 118.19 154.42 181.36 -
System Red Green Blue C M Y K H S L
Decimal 193 71 165 0 0.63 0.15 0.24 313.77 0.5 0.52
Hex C1 47 A5 0 3F F 18 13A 32 34
Octal 301 107 245 0 77 17 30 472 62 64
Binary 11000001 1000111 10100101 0 111111 1111 11000 100111010 110010 110100

Color Harmonies of #C147A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C147A5

Black with #C147A5

Text Example


Text Example

White with #C147A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C147A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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