#CA4BA5

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

Shades of Mulberry #CA4BA5

Tints of Mulberry #CA4BA5

Color information

#CA4BA5 (or 0xCA4BA5) is unknown color: approx Mulberry. HEX triplet: CA, 4B and A5. RGB value is (202,75,165). Sum of RGB (Red+Green+Blue) = 202+75+165=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 165 (64.84% from 255 or 37.33% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4BA5 is #35B45A. Grayscale: #7B7B7B. Windows color (decimal): -3519579 or 10832842. OLE color: 10832842.

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

Color convert

RGB20275165-
CMYK00.630.180.21
HSL317.48º54.51%54.31%-
HSV(B)317.48º62.87%79.22%-
XYZ33.6620.3137.74-
YUV123.23151.58184.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.70%
GREEN value IS 75 (29.69% from 255) = 16.97%
BLUE value IS 165 (64.84% from 255) = 37.33%
R=45.70%
G=16.97%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027516500.630.180.21317.4854.5154.31
HexCA4BA503F121513d3736
Octal31211324507722254756766
Binary1100101010010111010010101111111001010101100111101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4BA5; }

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

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

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

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

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

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

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

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