#C2429B

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

Shades of Mulberry #C2429B

Tints of Mulberry #C2429B

Color information

#C2429B (or 0xC2429B) is unknown color: approx Mulberry. HEX triplet: C2, 42 and 9B. RGB value is (194,66,155). Sum of RGB (Red+Green+Blue) = 194+66+155=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C2429B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2429B is #3DBD64. Grayscale: #727272. Windows color (decimal): -4046181 or 10175170. OLE color: 10175170.

HSL color Cylindrical-coordinate representation of color #C2429B: hue angle of 318.28º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2429B is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB19466155-
CMYK00.660.200.24
HSL318.28º51.2%50.98%-
HSV(B)318.28º65.98%76.08%-
XYZ30.1117.7332.85-
YUV114.42150.91184.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.75%
GREEN value IS 66 (26.17% from 255) = 15.90%
BLUE value IS 155 (60.94% from 255) = 37.35%
R=46.75%
G=15.90%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946615500.660.200.24318.2851.250.98
HexC2429B042141813e3333
Octal302102233010224304766363
Binary11000010100001010011011010000101010011000100111110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2429B; }

 p { color: rgb(194,66,155); }

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

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

 a { background-color: rgb(194,66,155); }

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

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

 span { border-color: rgb(194,66,155); }

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