#CA4394

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

Shades of Mulberry #CA4394

Tints of Mulberry #CA4394

Color information

#CA4394 (or 0xCA4394) is unknown color: approx Mulberry. HEX triplet: CA, 43 and 94. RGB value is (202,67,148). Sum of RGB (Red+Green+Blue) = 202+67+148=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4394 is #35BC6B. Grayscale: #747474. Windows color (decimal): -3521644 or 9716682. OLE color: 9716682.

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

Color convert

RGB20267148-
CMYK00.670.270.21
HSL324º56.02%52.75%-
HSV(B)324º66.83%79.22%-
XYZ31.7118.7129.96-
YUV116.6145.73188.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.44%
GREEN value IS 67 (26.56% from 255) = 16.07%
BLUE value IS 148 (58.20% from 255) = 35.49%
R=48.44%
G=16.07%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026714800.670.270.2132456.0252.75
HexCA43940431B151443835
Octal312103224010333255047065
Binary11001010100001110010100010000111101110101101000100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4394; }

 p { color: rgb(202,67,148); }

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

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

 a { background-color: rgb(202,67,148); }

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

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

 span { border-color: rgb(202,67,148); }

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