#C65C9D

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

Shades of Mulberry #C65C9D

Tints of Mulberry #C65C9D

Color information

#C65C9D (or 0xC65C9D) is unknown color: approx Mulberry. HEX triplet: C6, 5C and 9D. RGB value is (198,92,157). Sum of RGB (Red+Green+Blue) = 198+92+157=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65C9D is #39A362. Grayscale: #828282. Windows color (decimal): -3777379 or 10312902. OLE color: 10312902.

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

Color convert

RGB19892157-
CMYK00.540.210.22
HSL323.21º48.18%56.86%-
HSV(B)323.21º53.54%77.65%-
XYZ33.222.0934.41-
YUV131.1142.62175.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.30%
GREEN value IS 92 (36.33% from 255) = 20.58%
BLUE value IS 157 (61.72% from 255) = 35.12%
R=44.30%
G=20.58%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989215700.540.210.22323.2148.1856.86
HexC65C9D03615161433039
Octal30613423506625265036071
Binary1100011010111001001110101101101010110110101000011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65C9D; }

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

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

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

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

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

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

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

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