Html Css Color HEX #C64388 Mulberry

📋 copy color: '#C64388'

red 198 ◦ green 67 ◦ blue 136

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

Shades of Mulberry #C64388

Tints of Mulberry #C64388

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.71%

 BLUE value IS 136 (53.52% from 255) = 33.92%

R = 49.38%
G = 16.71%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C64388 (or 0xC64388) is known color: Mulberry. HEX triplet: C6, 43 and 88. RGB value is (198,67,136). Sum of RGB (Red+Green+Blue) = 198+67+136=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 67 (26.56% from 255 or 16.71% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C64388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64388 is #39BC77. Grayscale: #717171. Windows color (decimal): -3783800 or 8930246. OLE color: 8930246.

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

Color convert

RGB 198 67 136 -
CMYK 0 0.66 0.31 0.22
HSL 328.4º 0.53% 0.52% -
HSV(B) 328.4º 0.66% 0.78% -
XYZ 29.74 17.8 25.16 -
YUV 114.04 140.4 187.89 -
System Red Green Blue C M Y K H S L
Decimal 198 67 136 0 0.66 0.31 0.22 328.4 0.53 0.52
Hex C6 43 88 0 42 1F 16 148 35 34
Octal 306 103 210 0 102 37 26 510 65 64
Binary 11000110 1000011 10001000 0 1000010 11111 10110 101001000 110101 110100

Color Harmonies of #C64388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64388

Black with #C64388

Text Example


Text Example

White with #C64388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64388; }

 p { color: rgb(198,67,136); }

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

background-color css

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

 a { background-color: rgb(198,67,136); }

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

border-color css

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

 span { border-color: rgb(198,67,136); }

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