#CA4BA4

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

Shades of Mulberry #CA4BA4

Tints of Mulberry #CA4BA4

Color information

#CA4BA4 (or 0xCA4BA4) is unknown color: approx Mulberry. HEX triplet: CA, 4B and A4. RGB value is (202,75,164). Sum of RGB (Red+Green+Blue) = 202+75+164=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4BA4 is #35B45B. Grayscale: #7A7A7A. Windows color (decimal): -3519580 or 10767306. OLE color: 10767306.

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

Color convert

RGB20275164-
CMYK00.630.190.21
HSL317.95º54.51%54.31%-
HSV(B)317.95º62.87%79.22%-
XYZ33.5720.2737.26-
YUV123.12151.08184.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.80%
GREEN value IS 75 (29.69% from 255) = 17.01%
BLUE value IS 164 (64.45% from 255) = 37.19%
R=45.80%
G=17.01%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027516400.630.190.21317.9554.5154.31
HexCA4BA403F131513e3736
Octal31211324407723254766766
Binary1100101010010111010010001111111001110101100111110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4BA4; }

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

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

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

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

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

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

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

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