Html Css Color HEX #C64A84 Mulberry

📋 copy color: '#C64A84'

red 198 ◦ green 74 ◦ blue 132

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

Shades of Mulberry #C64A84

Tints of Mulberry #C64A84

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.32%

 BLUE value IS 132 (51.95% from 255) = 32.67%

R = 49.01%
G = 18.32%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C64A84 (or 0xC64A84) is known color: Mulberry. HEX triplet: C6, 4A and 84. RGB value is (198,74,132). Sum of RGB (Red+Green+Blue) = 198+74+132=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64A84 is #39B57B. Grayscale: #757575. Windows color (decimal): -3782012 or 8669894. OLE color: 8669894.

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

Color convert

RGB 198 74 132 -
CMYK 0 0.63 0.33 0.22
HSL 331.94º 0.52% 0.53% -
HSV(B) 331.94º 0.63% 0.78% -
XYZ 29.9 18.57 23.84 -
YUV 117.69 136.08 185.28 -
System Red Green Blue C M Y K H S L
Decimal 198 74 132 0 0.63 0.33 0.22 331.94 0.52 0.53
Hex C6 4A 84 0 3F 21 16 14C 34 35
Octal 306 112 204 0 77 41 26 514 64 65
Binary 11000110 1001010 10000100 0 111111 100001 10110 101001100 110100 110101

Color Harmonies of #C64A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64A84

Black with #C64A84

Text Example


Text Example

White with #C64A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64A84; }

 p { color: rgb(198,74,132); }

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

background-color css

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

 a { background-color: rgb(198,74,132); }

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

border-color css

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

 span { border-color: rgb(198,74,132); }

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