Html Css Color HEX #C146A2 Mulberry

📋 copy color: '#C146A2'

red 193 ◦ green 70 ◦ blue 162

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

Shades of Mulberry #C146A2

Tints of Mulberry #C146A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.12%

R = 45.41%
G = 16.47%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C146A2 (or 0xC146A2) is known color: Mulberry. HEX triplet: C1, 46 and A2. RGB value is (193,70,162). Sum of RGB (Red+Green+Blue) = 193+70+162=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 162 (63.67% from 255 or 38.12% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C146A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C146A2 is #3EB95D. Grayscale: #757575. Windows color (decimal): -4110686 or 10634945. OLE color: 10634945.

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

Color convert

RGB 193 70 162 -
CMYK 0 0.64 0.16 0.24
HSL 315.12º 0.5% 0.52% -
HSV(B) 315.12º 0.64% 0.76% -
XYZ 30.7 18.33 36.1 -
YUV 117.27 153.25 182.02 -
System Red Green Blue C M Y K H S L
Decimal 193 70 162 0 0.64 0.16 0.24 315.12 0.5 0.52
Hex C1 46 A2 0 40 10 18 13B 32 34
Octal 301 106 242 0 100 20 30 473 62 64
Binary 11000001 1000110 10100010 0 1000000 10000 11000 100111011 110010 110100

Color Harmonies of #C146A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C146A2

Black with #C146A2

Text Example


Text Example

White with #C146A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C146A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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