#C65C97

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

Shades of Mulberry #C65C97

Tints of Mulberry #C65C97

Color information

#C65C97 (or 0xC65C97) is unknown color: approx Mulberry. HEX triplet: C6, 5C and 97. RGB value is (198,92,151). Sum of RGB (Red+Green+Blue) = 198+92+151=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65C97 is #39A368. Grayscale: #828282. Windows color (decimal): -3777385 or 9919686. OLE color: 9919686.

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

Color convert

RGB19892151-
CMYK00.540.240.22
HSL326.6º48.18%56.86%-
HSV(B)326.6º53.54%77.65%-
XYZ32.721.8931.78-
YUV130.42139.62176.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.90%
GREEN value IS 92 (36.33% from 255) = 20.86%
BLUE value IS 151 (59.38% from 255) = 34.24%
R=44.90%
G=20.86%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989215100.540.240.22326.648.1856.86
HexC65C9703618161473039
Octal30613422706630265076071
Binary1100011010111001001011101101101100010110101000111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65C97; }

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

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

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

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

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

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

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

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