#CA4B9B

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

Shades of Mulberry #CA4B9B

Tints of Mulberry #CA4B9B

Color information

#CA4B9B (or 0xCA4B9B) is unknown color: approx Mulberry. HEX triplet: CA, 4B and 9B. RGB value is (202,75,155). Sum of RGB (Red+Green+Blue) = 202+75+155=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 75 (29.69% from 255 or 17.36% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4B9B is #35B464. Grayscale: #797979. Windows color (decimal): -3519589 or 10177482. OLE color: 10177482.

HSL color Cylindrical-coordinate representation of color #CA4B9B: hue angle of 322.2º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4B9B is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB20275155-
CMYK00.630.230.21
HSL322.2º54.51%54.31%-
HSV(B)322.2º62.87%79.22%-
XYZ32.7919.9633.13-
YUV122.09146.58185-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.76%
GREEN value IS 75 (29.69% from 255) = 17.36%
BLUE value IS 155 (60.94% from 255) = 35.88%
R=46.76%
G=17.36%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027515500.630.230.21322.254.5154.31
HexCA4B9B03F17151423736
Octal31211323307727255026766
Binary1100101010010111001101101111111011110101101000010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4B9B; }

 p { color: rgb(202,75,155); }

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

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

 a { background-color: rgb(202,75,155); }

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

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

 span { border-color: rgb(202,75,155); }

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