Html Css Color HEX #C64788 Mulberry

📋 copy color: '#C64788'

red 198 ◦ green 71 ◦ blue 136

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

Shades of Mulberry #C64788

Tints of Mulberry #C64788

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.53%

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

R = 48.89%
G = 17.53%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C64788 (or 0xC64788) is known color: Mulberry. HEX triplet: C6, 47 and 88. RGB value is (198,71,136). Sum of RGB (Red+Green+Blue) = 198+71+136=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C64788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64788 is #39B877. Grayscale: #747474. Windows color (decimal): -3782776 or 8931270. OLE color: 8931270.

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

Color convert

RGB 198 71 136 -
CMYK 0 0.64 0.31 0.22
HSL 329.29º 0.53% 0.53% -
HSV(B) 329.29º 0.64% 0.78% -
XYZ 29.99 18.29 25.24 -
YUV 116.38 139.08 186.21 -
System Red Green Blue C M Y K H S L
Decimal 198 71 136 0 0.64 0.31 0.22 329.29 0.53 0.53
Hex C6 47 88 0 40 1F 16 149 35 35
Octal 306 107 210 0 100 37 26 511 65 65
Binary 11000110 1000111 10001000 0 1000000 11111 10110 101001001 110101 110101

Color Harmonies of #C64788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64788

Black with #C64788

Text Example


Text Example

White with #C64788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64788; }

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

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

background-color css

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

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

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

border-color css

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

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

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