#C65497

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

Shades of Mulberry #C65497

Tints of Mulberry #C65497

Color information

#C65497 (or 0xC65497) is unknown color: approx Mulberry. HEX triplet: C6, 54 and 97. RGB value is (198,84,151). Sum of RGB (Red+Green+Blue) = 198+84+151=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C65497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65497 is #39AB68. Grayscale: #7D7D7D. Windows color (decimal): -3779433 or 9917638. OLE color: 9917638.

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

Color convert

RGB19884151-
CMYK00.580.240.22
HSL324.74º50%55.29%-
HSV(B)324.74º57.58%77.65%-
XYZ32.0420.5831.56-
YUV125.72142.27179.55-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.73%
GREEN value IS 84 (33.20% from 255) = 19.40%
BLUE value IS 151 (59.38% from 255) = 34.87%
R=45.73%
G=19.40%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988415100.580.240.22324.745055.29
HexC6549703A18161453237
Octal30612422707230265056267
Binary1100011010101001001011101110101100010110101000101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65497; }

 p { color: rgb(198,84,151); }

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

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

 a { background-color: rgb(198,84,151); }

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

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

 span { border-color: rgb(198,84,151); }

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