Html Css Color HEX #C64186 Mulberry

📋 copy color: '#C64186'

red 198 ◦ green 65 ◦ blue 134

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

Shades of Mulberry #C64186

Tints of Mulberry #C64186

RGB

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

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

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

R = 49.87%
G = 16.37%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C64186 (or 0xC64186) is known color: Mulberry. HEX triplet: C6, 41 and 86. RGB value is (198,65,134). Sum of RGB (Red+Green+Blue) = 198+65+134=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C64186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64186 is #39BE79. Grayscale: #707070. Windows color (decimal): -3784314 or 8798662. OLE color: 8798662.

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

Color convert

RGB 198 65 134 -
CMYK 0 0.67 0.32 0.22
HSL 328.87º 0.54% 0.52% -
HSV(B) 328.87º 0.67% 0.78% -
XYZ 29.48 17.51 24.38 -
YUV 112.63 140.06 188.89 -
System Red Green Blue C M Y K H S L
Decimal 198 65 134 0 0.67 0.32 0.22 328.87 0.54 0.52
Hex C6 41 86 0 43 20 16 149 36 34
Octal 306 101 206 0 103 40 26 511 66 64
Binary 11000110 1000001 10000110 0 1000011 100000 10110 101001001 110110 110100

Color Harmonies of #C64186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64186

Black with #C64186

Text Example


Text Example

White with #C64186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64186; }

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

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

background-color css

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

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

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

border-color css

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

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

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