Html Css Color HEX #C146A6 Mulberry

📋 copy color: '#C146A6'

red 193 ◦ green 70 ◦ blue 166

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

Shades of Mulberry #C146A6

Tints of Mulberry #C146A6

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.32%

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

R = 44.99%
G = 16.32%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C146A6 (or 0xC146A6) is known color: Mulberry. HEX triplet: C1, 46 and A6. RGB value is (193,70,166). Sum of RGB (Red+Green+Blue) = 193+70+166=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C146A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C146A6 is #3EB959. Grayscale: #757575. Windows color (decimal): -4110682 or 10897089. OLE color: 10897089.

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

Color convert

RGB 193 70 166 -
CMYK 0 0.64 0.14 0.24
HSL 313.17º 0.5% 0.52% -
HSV(B) 313.17º 0.64% 0.76% -
XYZ 31.07 18.47 38 -
YUV 117.72 155.25 181.69 -
System Red Green Blue C M Y K H S L
Decimal 193 70 166 0 0.64 0.14 0.24 313.17 0.5 0.52
Hex C1 46 A6 0 40 E 18 139 32 34
Octal 301 106 246 0 100 16 30 471 62 64
Binary 11000001 1000110 10100110 0 1000000 1110 11000 100111001 110010 110100

Color Harmonies of #C146A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C146A6

Black with #C146A6

Text Example


Text Example

White with #C146A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C146A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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