#C45283

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

Shades of Mulberry #C45283

Tints of Mulberry #C45283

Color information

#C45283 (or 0xC45283) is unknown color: approx Mulberry. HEX triplet: C4, 52 and 83. RGB value is (196,82,131). Sum of RGB (Red+Green+Blue) = 196+82+131=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C45283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45283 is #3BAD7C. Grayscale: #797979. Windows color (decimal): -3911037 or 8606404. OLE color: 8606404.

HSL color Cylindrical-coordinate representation of color #C45283: hue angle of 334.21º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C45283 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB19682131-
CMYK00.580.330.23
HSL334.21º49.14%54.51%-
HSV(B)334.21º58.16%76.86%-
XYZ29.8819.4123.64-
YUV121.67133.27181.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.92%
GREEN value IS 82 (32.42% from 255) = 20.05%
BLUE value IS 131 (51.56% from 255) = 32.03%
R=47.92%
G=20.05%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968213100.580.330.23334.2149.1454.51
HexC4528303A211714e3137
Octal30412220307241275166167
Binary11000100101001010000011011101010000110111101001110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45283; }

 p { color: rgb(196,82,131); }

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

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

 a { background-color: rgb(196,82,131); }

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

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

 span { border-color: rgb(196,82,131); }

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