#C3507F

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

Shades of Mulberry #C3507F

Tints of Mulberry #C3507F

Color information

#C3507F (or 0xC3507F) is unknown color: approx Mulberry. HEX triplet: C3, 50 and 7F. RGB value is (195,80,127). Sum of RGB (Red+Green+Blue) = 195+80+127=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C3507F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3507F is #3CAF80. Grayscale: #777777. Windows color (decimal): -3977089 or 8343747. OLE color: 8343747.

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

Color convert

RGB19580127-
CMYK00.590.350.24
HSL335.48º48.94%53.92%-
HSV(B)335.48º58.97%76.47%-
XYZ29.2118.8722.18-
YUV119.74132.1181.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.51%
GREEN value IS 80 (31.64% from 255) = 19.90%
BLUE value IS 127 (50% from 255) = 31.59%
R=48.51%
G=19.90%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958012700.590.350.24335.4848.9453.92
HexC3507F03B231814f3136
Octal30312017707343305176166
Binary1100001110100001111111011101110001111000101001111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3507F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3507F; }

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

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

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

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

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

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

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

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