#CA44A6

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

Shades of Mulberry #CA44A6

Tints of Mulberry #CA44A6

Color information

#CA44A6 (or 0xCA44A6) is unknown color: approx Mulberry. HEX triplet: CA, 44 and A6. RGB value is (202,68,166). Sum of RGB (Red+Green+Blue) = 202+68+166=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 166 (65.23% from 255 or 38.07% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA44A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA44A6 is #35BB59. Grayscale: #767676. Windows color (decimal): -3521370 or 10896586. OLE color: 10896586.

HSL color Cylindrical-coordinate representation of color #CA44A6: hue angle of 316.12º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA44A6 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB20268166-
CMYK00.660.180.21
HSL316.12º55.83%52.94%-
HSV(B)316.12º66.34%79.22%-
XYZ33.3119.4438.07-
YUV119.24154.39187.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.33%
GREEN value IS 68 (26.95% from 255) = 15.60%
BLUE value IS 166 (65.23% from 255) = 38.07%
R=46.33%
G=15.60%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026816600.660.180.21316.1255.8352.94
HexCA44A6042121513c3835
Octal312104246010222254747065
Binary11001010100010010100110010000101001010101100111100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA44A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA44A6; }

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

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

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

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

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

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

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

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