#C45D8B

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

Shades of Mulberry #C45D8B

Tints of Mulberry #C45D8B

Color information

#C45D8B (or 0xC45D8B) is unknown color: approx Mulberry. HEX triplet: C4, 5D and 8B. RGB value is (196,93,139). Sum of RGB (Red+Green+Blue) = 196+93+139=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C45D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45D8B is #3BA274. Grayscale: #808080. Windows color (decimal): -3908213 or 9133508. OLE color: 9133508.

HSL color Cylindrical-coordinate representation of color #C45D8B: hue angle of 333.2º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C45D8B is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB19693139-
CMYK00.530.290.23
HSL333.2º46.61%56.67%-
HSV(B)333.2º52.55%76.86%-
XYZ31.3421.4326.91-
YUV129.04133.62175.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.79%
GREEN value IS 93 (36.72% from 255) = 21.73%
BLUE value IS 139 (54.69% from 255) = 32.48%
R=45.79%
G=21.73%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969313900.530.290.23333.246.6156.67
HexC45D8B0351D1714d2f39
Octal30413521306535275155771
Binary1100010010111011000101101101011110110111101001101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45D8B; }

 p { color: rgb(196,93,139); }

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

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

 a { background-color: rgb(196,93,139); }

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

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

 span { border-color: rgb(196,93,139); }

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