#CA4AA6

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

Shades of Mulberry #CA4AA6

Tints of Mulberry #CA4AA6

Color information

#CA4AA6 (or 0xCA4AA6) is unknown color: approx Mulberry. HEX triplet: CA, 4A and A6. RGB value is (202,74,166). Sum of RGB (Red+Green+Blue) = 202+74+166=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 166 (65.23% from 255 or 37.56% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4AA6 is #35B559. Grayscale: #7A7A7A. Windows color (decimal): -3519834 or 10898122. OLE color: 10898122.

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

Color convert

RGB20274166-
CMYK00.630.180.21
HSL316.88º54.7%54.12%-
HSV(B)316.88º63.37%79.22%-
XYZ33.6920.2138.2-
YUV122.76152.41184.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.70%
GREEN value IS 74 (29.30% from 255) = 16.74%
BLUE value IS 166 (65.23% from 255) = 37.56%
R=45.70%
G=16.74%
B=37.56%

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
Decimal2027416600.630.180.21316.8854.754.12
HexCA4AA603F121513d3736
Octal31211224607722254756766
Binary1100101010010101010011001111111001010101100111101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4AA6; }

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

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

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

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

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

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

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

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