#C35CA2

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

Shades of Mulberry #C35CA2

Tints of Mulberry #C35CA2

Color information

#C35CA2 (or 0xC35CA2) is unknown color: approx Mulberry. HEX triplet: C3, 5C and A2. RGB value is (195,92,162). Sum of RGB (Red+Green+Blue) = 195+92+162=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C35CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35CA2 is #3CA35D. Grayscale: #828282. Windows color (decimal): -3973982 or 10640579. OLE color: 10640579.

HSL color Cylindrical-coordinate representation of color #C35CA2: hue angle of 319.22º 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 #C35CA2 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB19592162-
CMYK00.530.170.24
HSL319.22º46.19%56.27%-
HSV(B)319.22º52.82%76.47%-
XYZ32.8521.8736.67-
YUV130.78145.62173.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.43%
GREEN value IS 92 (36.33% from 255) = 20.49%
BLUE value IS 162 (63.67% from 255) = 36.08%
R=43.43%
G=20.49%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959216200.530.170.24319.2246.1956.27
HexC35CA2035111813f2e38
Octal30313424206521304775670
Binary1100001110111001010001001101011000111000100111111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35CA2; }

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

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

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

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

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

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

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

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