#CA46A3

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

Shades of Mulberry #CA46A3

Tints of Mulberry #CA46A3

Color information

#CA46A3 (or 0xCA46A3) is unknown color: approx Mulberry. HEX triplet: CA, 46 and A3. RGB value is (202,70,163). Sum of RGB (Red+Green+Blue) = 202+70+163=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA46A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA46A3 is #35B95C. Grayscale: #777777. Windows color (decimal): -3520861 or 10700490. OLE color: 10700490.

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

Color convert

RGB20270163-
CMYK00.650.190.21
HSL317.73º55.46%53.33%-
HSV(B)317.73º65.35%79.22%-
XYZ33.1619.5836.68-
YUV120.07152.23186.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.44%
GREEN value IS 70 (27.73% from 255) = 16.09%
BLUE value IS 163 (64.06% from 255) = 37.47%
R=46.44%
G=16.09%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027016300.650.190.21317.7355.4653.33
HexCA46A3041131513e3735
Octal312106243010123254766765
Binary11001010100011010100011010000011001110101100111110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA46A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA46A3; }

 p { color: rgb(202,70,163); }

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

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

 a { background-color: rgb(202,70,163); }

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

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

 span { border-color: rgb(202,70,163); }

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