#CA4B93

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

Shades of Mulberry #CA4B93

Tints of Mulberry #CA4B93

Color information

#CA4B93 (or 0xCA4B93) is unknown color: approx Mulberry. HEX triplet: CA, 4B and 93. RGB value is (202,75,147). Sum of RGB (Red+Green+Blue) = 202+75+147=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4B93 is #35B46C. Grayscale: #797979. Windows color (decimal): -3519597 or 9653194. OLE color: 9653194.

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

Color convert

RGB20275147-
CMYK00.630.270.21
HSL325.98º54.51%54.31%-
HSV(B)325.98º62.87%79.22%-
XYZ32.1419.729.71-
YUV121.18142.58185.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.64%
GREEN value IS 75 (29.69% from 255) = 17.69%
BLUE value IS 147 (57.81% from 255) = 34.67%
R=47.64%
G=17.69%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027514700.630.270.21325.9854.5154.31
HexCA4B9303F1B151463736
Octal31211322307733255066766
Binary1100101010010111001001101111111101110101101000110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4B93; }

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

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

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

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

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

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

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

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