#C248A0

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

Shades of Mulberry #C248A0

Tints of Mulberry #C248A0

Color information

#C248A0 (or 0xC248A0) is unknown color: approx Mulberry. HEX triplet: C2, 48 and A0. RGB value is (194,72,160). Sum of RGB (Red+Green+Blue) = 194+72+160=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C248A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C248A0 is #3DB75F. Grayscale: #767676. Windows color (decimal): -4044640 or 10504386. OLE color: 10504386.

HSL color Cylindrical-coordinate representation of color #C248A0: hue angle of 316.72º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C248A0 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB19472160-
CMYK00.630.180.24
HSL316.72º50%52.16%-
HSV(B)316.72º62.89%76.08%-
XYZ30.9118.6435.23-
YUV118.51151.42181.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.54%
GREEN value IS 72 (28.52% from 255) = 16.90%
BLUE value IS 160 (62.89% from 255) = 37.56%
R=45.54%
G=16.90%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947216000.630.180.24316.725052.16
HexC248A003F121813d3234
Octal30211024007722304756264
Binary1100001010010001010000001111111001011000100111101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C248A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C248A0; }

 p { color: rgb(194,72,160); }

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

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

 a { background-color: rgb(194,72,160); }

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

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

 span { border-color: rgb(194,72,160); }

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