#c65981

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

Shades of Mulberry #C65981

Tints of Mulberry #C65981

Color information

#C65981 (or 0xC65981) is unknown color: approx Mulberry. HEX triplet: C6, 59 and 81. RGB value is (198,89,129). Sum of RGB (Red+Green+Blue) = 198+89+129=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C65981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65981 is #39A67E. Grayscale: #7E7E7E. Windows color (decimal): -3778175 or 8477126. OLE color: 8477126.

HSL color Cylindrical-coordinate representation of color #C65981: hue angle of 337.98º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65981 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB19889129-
CMYK00.550.350.22
HSL337.98º48.88%56.27%-
HSV(B)337.98º55.05%77.65%-
XYZ30.8220.7423.15-
YUV126.15129.61179.25-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.60%
GREEN value IS 89 (35.16% from 255) = 21.39%
BLUE value IS 129 (50.78% from 255) = 31.01%
R=47.60%
G=21.39%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988912900.550.350.22337.9848.8856.27
HexC6598103723161523138
Octal30613120106743265226170
Binary11000110101100110000001011011110001110110101010010110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c65981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c65981; }

 p { color: rgb(198,89,129); }

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

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

 a { background-color: rgb(198,89,129); }

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

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

 span { border-color: rgb(198,89,129); }

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