#C64BA6

Color #C64BA6 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #C64BA6

Tints of Mulberry #C64BA6

Color information

#C64BA6 (or 0xC64BA6) is unknown color: approx Mulberry. HEX triplet: C6, 4B and A6. RGB value is (198,75,166). Sum of RGB (Red+Green+Blue) = 198+75+166=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 166 (65.23% from 255 or 37.81% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C64BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64BA6 is #39B459. Grayscale: #797979. Windows color (decimal): -3781722 or 10898374. OLE color: 10898374.

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

Color convert

RGB19875166-
CMYK00.620.160.22
HSL315.61º51.9%53.53%-
HSV(B)315.61º62.12%77.65%-
XYZ32.6919.7938.17-
YUV122.15152.75182.1-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.10%
GREEN value IS 75 (29.69% from 255) = 17.08%
BLUE value IS 166 (65.23% from 255) = 37.81%
R=45.10%
G=17.08%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987516600.620.160.22315.6151.953.53
HexC64BA603E101613c3436
Octal30611324607620264746466
Binary1100011010010111010011001111101000010110100111100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64BA6; }

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

 H1.HeaderClassName
 {
   color: #C64BA6;
 }
 .AnyTagClassName
 {
   color: #C64BA6;
 }
</style>
background-color css

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

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

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

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

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

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