#C35CA6

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

Shades of Mulberry #C35CA6

Tints of Mulberry #C35CA6

Color information

#C35CA6 (or 0xC35CA6) is unknown color: approx Mulberry. HEX triplet: C3, 5C and A6. RGB value is (195,92,166). Sum of RGB (Red+Green+Blue) = 195+92+166=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 166 (65.23% from 255 or 36.64% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C35CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35CA6 is #3CA359. Grayscale: #838383. Windows color (decimal): -3973978 or 10902723. OLE color: 10902723.

HSL color Cylindrical-coordinate representation of color #C35CA6: hue angle of 316.89º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C35CA6 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB19592166-
CMYK00.530.150.24
HSL316.89º46.19%56.27%-
HSV(B)316.89º52.82%76.47%-
XYZ33.2222.0138.57-
YUV131.23147.62173.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.05%
GREEN value IS 92 (36.33% from 255) = 20.31%
BLUE value IS 166 (65.23% from 255) = 36.64%
R=43.05%
G=20.31%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959216600.530.150.24316.8946.1956.27
HexC35CA6035F1813d2e38
Octal30313424606517304755670
Binary110000111011100101001100110101111111000100111101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35CA6; }

 p { color: rgb(195,92,166); }

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

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

 a { background-color: rgb(195,92,166); }

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

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

 span { border-color: rgb(195,92,166); }

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