Html Css Color HEX #C64F88 Mulberry

📋 copy color: '#C64F88'

red 198 ◦ green 79 ◦ blue 136

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

Shades of Mulberry #C64F88

Tints of Mulberry #C64F88

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.13%

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

R = 47.94%
G = 19.13%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C64F88 (or 0xC64F88) is known color: Mulberry. HEX triplet: C6, 4F and 88. RGB value is (198,79,136). Sum of RGB (Red+Green+Blue) = 198+79+136=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 79 (31.25% from 255 or 19.13% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64F88 is #39B077. Grayscale: #787878. Windows color (decimal): -3780728 or 8933318. OLE color: 8933318.

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

Color convert

RGB 198 79 136 -
CMYK 0 0.60 0.31 0.22
HSL 331.26º 0.51% 0.54% -
HSV(B) 331.26º 0.6% 0.78% -
XYZ 30.53 19.38 25.42 -
YUV 121.08 136.42 182.87 -
System Red Green Blue C M Y K H S L
Decimal 198 79 136 0 0.60 0.31 0.22 331.26 0.51 0.54
Hex C6 4F 88 0 3C 1F 16 14B 33 36
Octal 306 117 210 0 74 37 26 513 63 66
Binary 11000110 1001111 10001000 0 111100 11111 10110 101001011 110011 110110

Color Harmonies of #C64F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64F88

Black with #C64F88

Text Example


Text Example

White with #C64F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64F88; }

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

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

background-color css

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

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

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

border-color css

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

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

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