Html Css Color HEX #C646A0 Mulberry

📋 copy color: '#C646A0'

red 198 ◦ green 70 ◦ blue 160

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

Shades of Mulberry #C646A0

Tints of Mulberry #C646A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.38%

R = 46.26%
G = 16.36%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C646A0 (or 0xC646A0) is known color: Mulberry. HEX triplet: C6, 46 and A0. RGB value is (198,70,160). Sum of RGB (Red+Green+Blue) = 198+70+160=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C646A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C646A0 is #39B95F. Grayscale: #767676. Windows color (decimal): -3783008 or 10503878. OLE color: 10503878.

HSL color Cylindrical-coordinate representation of color #C646A0: hue angle of 317.81º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C646A0 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 70 160 -
CMYK 0 0.65 0.19 0.22
HSL 317.81º 0.53% 0.53% -
HSV(B) 317.81º 0.65% 0.78% -
XYZ 31.82 18.92 35.23 -
YUV 118.53 151.41 184.68 -
System Red Green Blue C M Y K H S L
Decimal 198 70 160 0 0.65 0.19 0.22 317.81 0.53 0.53
Hex C6 46 A0 0 41 13 16 13E 35 35
Octal 306 106 240 0 101 23 26 476 65 65
Binary 11000110 1000110 10100000 0 1000001 10011 10110 100111110 110101 110101

Color Harmonies of #C646A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C646A0

Black with #C646A0

Text Example


Text Example

White with #C646A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C646A0; }

 p { color: rgb(198,70,160); }

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

background-color css

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

 a { background-color: rgb(198,70,160); }

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

border-color css

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

 span { border-color: rgb(198,70,160); }

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