#C35081

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

Shades of Mulberry #C35081

Tints of Mulberry #C35081

Color information

#C35081 (or 0xC35081) is unknown color: approx Mulberry. HEX triplet: C3, 50 and 81. RGB value is (195,80,129). Sum of RGB (Red+Green+Blue) = 195+80+129=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C35081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35081 is #3CAF7E. Grayscale: #777777. Windows color (decimal): -3977087 or 8474819. OLE color: 8474819.

HSL color Cylindrical-coordinate representation of color #C35081: hue angle of 334.43º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C35081 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB19580129-
CMYK00.590.340.24
HSL334.43º48.94%53.92%-
HSV(B)334.43º58.97%76.47%-
XYZ29.3418.9222.88-
YUV119.97133.1181.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.27%
GREEN value IS 80 (31.64% from 255) = 19.80%
BLUE value IS 129 (50.78% from 255) = 31.93%
R=48.27%
G=19.80%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958012900.590.340.24334.4348.9453.92
HexC3508103B221814e3136
Octal30312020107342305166166
Binary11000011101000010000001011101110001011000101001110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35081; }

 p { color: rgb(195,80,129); }

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

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

 a { background-color: rgb(195,80,129); }

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

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

 span { border-color: rgb(195,80,129); }

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