Html Css Color HEX #C64F8C Mulberry

📋 copy color: '#C64F8C'

red 198 ◦ green 79 ◦ blue 140

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

Shades of Mulberry #C64F8C

Tints of Mulberry #C64F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.57%

R = 47.48%
G = 18.94%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C64F8C (or 0xC64F8C) is known color: Mulberry. HEX triplet: C6, 4F and 8C. RGB value is (198,79,140). Sum of RGB (Red+Green+Blue) = 198+79+140=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 79 (31.25% from 255 or 18.94% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64F8C is #39B073. Grayscale: #797979. Windows color (decimal): -3780724 or 9195462. OLE color: 9195462.

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

Color convert

RGB 198 79 140 -
CMYK 0 0.60 0.29 0.22
HSL 329.24º 0.51% 0.54% -
HSV(B) 329.24º 0.6% 0.78% -
XYZ 30.82 19.49 26.95 -
YUV 121.54 138.42 182.54 -
System Red Green Blue C M Y K H S L
Decimal 198 79 140 0 0.60 0.29 0.22 329.24 0.51 0.54
Hex C6 4F 8C 0 3C 1D 16 149 33 36
Octal 306 117 214 0 74 35 26 511 63 66
Binary 11000110 1001111 10001100 0 111100 11101 10110 101001001 110011 110110

Color Harmonies of #C64F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64F8C

Black with #C64F8C

Text Example


Text Example

White with #C64F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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