Html Css Color HEX #C64C95 Mulberry

📋 copy color: '#C64C95'

red 198 ◦ green 76 ◦ blue 149

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

Shades of Mulberry #C64C95

Tints of Mulberry #C64C95

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.97%

 BLUE value IS 149 (58.59% from 255) = 35.22%

R = 46.81%
G = 17.97%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C64C95 (or 0xC64C95) is known color: Mulberry. HEX triplet: C6, 4C and 95. RGB value is (198,76,149). Sum of RGB (Red+Green+Blue) = 198+76+149=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64C95 is #39B36A. Grayscale: #787878. Windows color (decimal): -3781483 or 9784518. OLE color: 9784518.

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

Color convert

RGB 198 76 149 -
CMYK 0 0.62 0.25 0.22
HSL 324.1º 0.52% 0.54% -
HSV(B) 324.1º 0.62% 0.78% -
XYZ 31.3 19.34 30.52 -
YUV 120.8 143.92 183.06 -
System Red Green Blue C M Y K H S L
Decimal 198 76 149 0 0.62 0.25 0.22 324.1 0.52 0.54
Hex C6 4C 95 0 3E 19 16 144 34 36
Octal 306 114 225 0 76 31 26 504 64 66
Binary 11000110 1001100 10010101 0 111110 11001 10110 101000100 110100 110110

Color Harmonies of #C64C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64C95

Black with #C64C95

Text Example


Text Example

White with #C64C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64C95; }

 p { color: rgb(198,76,149); }

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

background-color css

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

 a { background-color: rgb(198,76,149); }

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

border-color css

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

 span { border-color: rgb(198,76,149); }

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