#CA4093

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

Shades of Mulberry #CA4093

Tints of Mulberry #CA4093

Color information

#CA4093 (or 0xCA4093) is unknown color: approx Mulberry. HEX triplet: CA, 40 and 93. RGB value is (202,64,147). Sum of RGB (Red+Green+Blue) = 202+64+147=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4093 is #35BF6C. Grayscale: #727272. Windows color (decimal): -3522413 or 9650378. OLE color: 9650378.

HSL color Cylindrical-coordinate representation of color #CA4093: hue angle of 323.91º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4093 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB20264147-
CMYK00.680.270.21
HSL323.91º56.56%52.16%-
HSV(B)323.91º68.32%79.22%-
XYZ31.4618.3329.48-
YUV114.72146.22190.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.91%
GREEN value IS 64 (25.39% from 255) = 15.50%
BLUE value IS 147 (57.81% from 255) = 35.59%
R=48.91%
G=15.50%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026414700.680.270.21323.9156.5652.16
HexCA40930441B151443934
Octal312100223010433255047164
Binary11001010100000010010011010001001101110101101000100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4093; }

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

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

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

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

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

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

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

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