#CA4B96

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

Shades of Mulberry #CA4B96

Tints of Mulberry #CA4B96

Color information

#CA4B96 (or 0xCA4B96) is unknown color: approx Mulberry. HEX triplet: CA, 4B and 96. RGB value is (202,75,150). Sum of RGB (Red+Green+Blue) = 202+75+150=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4B96 is #35B469. Grayscale: #797979. Windows color (decimal): -3519594 or 9849802. OLE color: 9849802.

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

Color convert

RGB20275150-
CMYK00.630.260.21
HSL324.57º54.51%54.31%-
HSV(B)324.57º62.87%79.22%-
XYZ32.3819.7930.97-
YUV121.52144.08185.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.31%
GREEN value IS 75 (29.69% from 255) = 17.56%
BLUE value IS 150 (58.98% from 255) = 35.13%
R=47.31%
G=17.56%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027515000.630.260.21324.5754.5154.31
HexCA4B9603F1A151453736
Octal31211322607732255056766
Binary1100101010010111001011001111111101010101101000101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4B96; }

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

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

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

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

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

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

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

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