Html Css Color HEX #C640A6 Mulberry

📋 copy color: '#C640A6'

red 198 ◦ green 64 ◦ blue 166

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

Shades of Mulberry #C640A6

Tints of Mulberry #C640A6

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.95%

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

R = 46.26%
G = 14.95%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C640A6 (or 0xC640A6) is known color: Mulberry. HEX triplet: C6, 40 and A6. RGB value is (198,64,166). Sum of RGB (Red+Green+Blue) = 198+64+166=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 166 (65.23% from 255 or 38.79% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C640A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C640A6 is #39BF59. Grayscale: #737373. Windows color (decimal): -3784538 or 10895558. OLE color: 10895558.

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

Color convert

RGB 198 64 166 -
CMYK 0 0.68 0.16 0.22
HSL 314.33º 0.54% 0.51% -
HSV(B) 314.33º 0.68% 0.78% -
XYZ 32.01 18.43 37.95 -
YUV 115.69 156.39 186.71 -
System Red Green Blue C M Y K H S L
Decimal 198 64 166 0 0.68 0.16 0.22 314.33 0.54 0.51
Hex C6 40 A6 0 44 10 16 13A 36 33
Octal 306 100 246 0 104 20 26 472 66 63
Binary 11000110 1000000 10100110 0 1000100 10000 10110 100111010 110110 110011

Color Harmonies of #C640A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C640A6

Black with #C640A6

Text Example


Text Example

White with #C640A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C640A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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