#C24695

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

Shades of Mulberry #C24695

Tints of Mulberry #C24695

Color information

#C24695 (or 0xC24695) is unknown color: approx Mulberry. HEX triplet: C2, 46 and 95. RGB value is (194,70,149). Sum of RGB (Red+Green+Blue) = 194+70+149=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 70 (27.73% from 255 or 16.95% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C24695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24695 is #3DB96A. Grayscale: #737373. Windows color (decimal): -4045163 or 9782978. OLE color: 9782978.

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

Color convert

RGB19470149-
CMYK00.640.230.24
HSL321.77º50.41%51.76%-
HSV(B)321.77º63.92%76.08%-
XYZ29.8618.0230.34-
YUV116.08146.58183.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.97%
GREEN value IS 70 (27.73% from 255) = 16.95%
BLUE value IS 149 (58.59% from 255) = 36.08%
R=46.97%
G=16.95%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947014900.640.230.24321.7750.4151.76
HexC2469504017181423234
Octal302106225010027305026264
Binary11000010100011010010101010000001011111000101000010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24695; }

 p { color: rgb(194,70,149); }

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

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

 a { background-color: rgb(194,70,149); }

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

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

 span { border-color: rgb(194,70,149); }

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