Html Css Color HEX #C64686 Mulberry

📋 copy color: '#C64686'

red 198 ◦ green 70 ◦ blue 134

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

Shades of Mulberry #C64686

Tints of Mulberry #C64686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.33%

R = 49.25%
G = 17.41%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C64686 (or 0xC64686) is known color: Mulberry. HEX triplet: C6, 46 and 86. RGB value is (198,70,134). Sum of RGB (Red+Green+Blue) = 198+70+134=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 70 (27.73% from 255 or 17.41% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C64686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64686 is #39B979. Grayscale: #737373. Windows color (decimal): -3783034 or 8799942. OLE color: 8799942.

HSL color Cylindrical-coordinate representation of color #C64686: hue angle of 330º 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 #C64686 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 70 134 -
CMYK 0 0.65 0.32 0.22
HSL 330º 0.53% 0.53% -
HSV(B) 330º 0.65% 0.78% -
XYZ 29.78 18.11 24.48 -
YUV 115.57 138.41 186.8 -
System Red Green Blue C M Y K H S L
Decimal 198 70 134 0 0.65 0.32 0.22 330 0.53 0.53
Hex C6 46 86 0 41 20 16 14A 35 35
Octal 306 106 206 0 101 40 26 512 65 65
Binary 11000110 1000110 10000110 0 1000001 100000 10110 101001010 110101 110101

Color Harmonies of #C64686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64686

Black with #C64686

Text Example


Text Example

White with #C64686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64686; }

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

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

background-color css

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

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

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

border-color css

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

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

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