#C65A98

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

Shades of Mulberry #C65A98

Tints of Mulberry #C65A98

Color information

#C65A98 (or 0xC65A98) is unknown color: approx Mulberry. HEX triplet: C6, 5A and 98. RGB value is (198,90,152). Sum of RGB (Red+Green+Blue) = 198+90+152=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65A98 is #39A567. Grayscale: #818181. Windows color (decimal): -3777896 or 9984710. OLE color: 9984710.

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

Color convert

RGB19890152-
CMYK00.550.230.22
HSL325.56º48.65%56.47%-
HSV(B)325.56º54.55%77.65%-
XYZ32.6121.5932.15-
YUV129.36140.78176.96-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45%
GREEN value IS 90 (35.55% from 255) = 20.45%
BLUE value IS 152 (59.77% from 255) = 34.55%
R=45%
G=20.45%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989015200.550.230.22325.5648.6556.47
HexC65A9803717161463138
Octal30613223006727265066170
Binary1100011010110101001100001101111011110110101000110110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65A98; }

 p { color: rgb(198,90,152); }

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

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

 a { background-color: rgb(198,90,152); }

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

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

 span { border-color: rgb(198,90,152); }

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