Html Css Color HEX #C641A6 Mulberry

📋 copy color: '#C641A6'

red 198 ◦ green 65 ◦ blue 166

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

Shades of Mulberry #C641A6

Tints of Mulberry #C641A6

RGB

 RED value IS 198 (77.73% from 255) = 46.15%

 GREEN value IS 65 (25.78% from 255) = 15.15%

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

R = 46.15%
G = 15.15%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C641A6 (or 0xC641A6) is known color: Mulberry. HEX triplet: C6, 41 and A6. RGB value is (198,65,166). Sum of RGB (Red+Green+Blue) = 198+65+166=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C641A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C641A6 is #39BE59. Grayscale: #747474. Windows color (decimal): -3784282 or 10895814. OLE color: 10895814.

HSL color Cylindrical-coordinate representation of color #C641A6: hue angle of 314.44º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C641A6 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 65 166 -
CMYK 0 0.67 0.16 0.22
HSL 314.44º 0.54% 0.52% -
HSV(B) 314.44º 0.67% 0.78% -
XYZ 32.06 18.54 37.97 -
YUV 116.28 156.06 186.29 -
System Red Green Blue C M Y K H S L
Decimal 198 65 166 0 0.67 0.16 0.22 314.44 0.54 0.52
Hex C6 41 A6 0 43 10 16 13A 36 34
Octal 306 101 246 0 103 20 26 472 66 64
Binary 11000110 1000001 10100110 0 1000011 10000 10110 100111010 110110 110100

Color Harmonies of #C641A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C641A6

Black with #C641A6

Text Example


Text Example

White with #C641A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C641A6; }

 p { color: rgb(198,65,166); }

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

background-color css

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

 a { background-color: rgb(198,65,166); }

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

border-color css

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

 span { border-color: rgb(198,65,166); }

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