Html Css Color HEX #C64BA0 Mulberry

📋 copy color: '#C64BA0'

red 198 ◦ green 75 ◦ blue 160

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

Shades of Mulberry #C64BA0

Tints of Mulberry #C64BA0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.32%

 BLUE value IS 160 (62.89% from 255) = 36.95%

R = 45.73%
G = 17.32%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C64BA0 (or 0xC64BA0) is known color: Mulberry. HEX triplet: C6, 4B and A0. RGB value is (198,75,160). Sum of RGB (Red+Green+Blue) = 198+75+160=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C64BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64BA0 is #39B45F. Grayscale: #797979. Windows color (decimal): -3781728 or 10505158. OLE color: 10505158.

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

Color convert

RGB 198 75 160 -
CMYK 0 0.62 0.19 0.22
HSL 318.54º 0.52% 0.54% -
HSV(B) 318.54º 0.62% 0.78% -
XYZ 32.15 19.58 35.34 -
YUV 121.47 149.75 182.59 -
System Red Green Blue C M Y K H S L
Decimal 198 75 160 0 0.62 0.19 0.22 318.54 0.52 0.54
Hex C6 4B A0 0 3E 13 16 13F 34 36
Octal 306 113 240 0 76 23 26 477 64 66
Binary 11000110 1001011 10100000 0 111110 10011 10110 100111111 110100 110110

Color Harmonies of #C64BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64BA0

Black with #C64BA0

Text Example


Text Example

White with #C64BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64BA0; }

 p { color: rgb(198,75,160); }

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

background-color css

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

 a { background-color: rgb(198,75,160); }

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

border-color css

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

 span { border-color: rgb(198,75,160); }

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