#CA4A8B

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

Shades of Mulberry #CA4A8B

Tints of Mulberry #CA4A8B

Color information

#CA4A8B (or 0xCA4A8B) is unknown color: approx Mulberry. HEX triplet: CA, 4A and 8B. RGB value is (202,74,139). Sum of RGB (Red+Green+Blue) = 202+74+139=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4A8B is #35B574. Grayscale: #777777. Windows color (decimal): -3519861 or 9128650. OLE color: 9128650.

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

Color convert

RGB20274139-
CMYK00.630.310.21
HSL329.53º54.7%54.12%-
HSV(B)329.53º63.37%79.22%-
XYZ31.4719.3226.5-
YUV119.68138.91186.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.67%
GREEN value IS 74 (29.30% from 255) = 17.83%
BLUE value IS 139 (54.69% from 255) = 33.49%
R=48.67%
G=17.83%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027413900.630.310.21329.5354.754.12
HexCA4A8B03F1F1514a3736
Octal31211221307737255126766
Binary1100101010010101000101101111111111110101101001010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4A8B; }

 p { color: rgb(202,74,139); }

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

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

 a { background-color: rgb(202,74,139); }

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

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

 span { border-color: rgb(202,74,139); }

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