#CA4693

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

Shades of Mulberry #CA4693

Tints of Mulberry #CA4693

Color information

#CA4693 (or 0xCA4693) is unknown color: approx Mulberry. HEX triplet: CA, 46 and 93. RGB value is (202,70,147). Sum of RGB (Red+Green+Blue) = 202+70+147=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4693 is #35B96C. Grayscale: #767676. Windows color (decimal): -3520877 or 9651914. OLE color: 9651914.

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

Color convert

RGB20270147-
CMYK00.650.270.21
HSL325º55.46%53.33%-
HSV(B)325º65.35%79.22%-
XYZ31.8119.0429.6-
YUV118.25144.23187.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.21%
GREEN value IS 70 (27.73% from 255) = 16.71%
BLUE value IS 147 (57.81% from 255) = 35.08%
R=48.21%
G=16.71%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027014700.650.270.2132555.4653.33
HexCA46930411B151453735
Octal312106223010133255056765
Binary11001010100011010010011010000011101110101101000101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4693; }

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

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

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

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

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

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

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

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