#C248A6

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

Shades of Mulberry #C248A6

Tints of Mulberry #C248A6

Color information

#C248A6 (or 0xC248A6) is unknown color: approx Mulberry. HEX triplet: C2, 48 and A6. RGB value is (194,72,166). Sum of RGB (Red+Green+Blue) = 194+72+166=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 166 (65.23% from 255 or 38.43% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C248A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C248A6 is #3DB759. Grayscale: #767676. Windows color (decimal): -4044634 or 10897602. OLE color: 10897602.

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

Color convert

RGB19472166-
CMYK00.630.140.24
HSL313.77º50%52.16%-
HSV(B)313.77º62.89%76.08%-
XYZ31.4518.8638.06-
YUV119.19154.42181.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.91%
GREEN value IS 72 (28.52% from 255) = 16.67%
BLUE value IS 166 (65.23% from 255) = 38.43%
R=44.91%
G=16.67%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947216600.630.140.24313.775052.16
HexC248A603FE1813a3234
Octal30211024607716304726264
Binary110000101001000101001100111111111011000100111010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C248A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C248A6; }

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

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

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

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

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

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

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

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