#C1508B

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

Shades of Mulberry #C1508B

Tints of Mulberry #C1508B

Color information

#C1508B (or 0xC1508B) is unknown color: approx Mulberry. HEX triplet: C1, 50 and 8B. RGB value is (193,80,139). Sum of RGB (Red+Green+Blue) = 193+80+139=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C1508B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1508B is #3EAF74. Grayscale: #787878. Windows color (decimal): -4108149 or 9130177. OLE color: 9130177.

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

Color convert

RGB19380139-
CMYK00.590.280.24
HSL328.67º47.68%53.53%-
HSV(B)328.67º58.55%75.69%-
XYZ29.5218.9426.53-
YUV120.51138.44179.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.84%
GREEN value IS 80 (31.64% from 255) = 19.42%
BLUE value IS 139 (54.69% from 255) = 33.74%
R=46.84%
G=19.42%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938013900.590.280.24328.6747.6853.53
HexC1508B03B1C181493036
Octal30112021307334305116066
Binary1100000110100001000101101110111110011000101001001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1508B; }

 p { color: rgb(193,80,139); }

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

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

 a { background-color: rgb(193,80,139); }

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

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

 span { border-color: rgb(193,80,139); }

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