#CA3D90

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

Shades of Mulberry #CA3D90

Tints of Mulberry #CA3D90

Color information

#CA3D90 (or 0xCA3D90) is unknown color: approx Mulberry. HEX triplet: CA, 3D and 90. RGB value is (202,61,144). Sum of RGB (Red+Green+Blue) = 202+61+144=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 61 (24.22% from 255 or 14.99% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3D90 is #35C26F. Grayscale: #707070. Windows color (decimal): -3523184 or 9453002. OLE color: 9453002.

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

Color convert

RGB20261144-
CMYK00.700.290.21
HSL324.68º57.09%51.57%-
HSV(B)324.68º69.8%79.22%-
XYZ31.0617.9128.21-
YUV112.62145.71191.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.63%
GREEN value IS 61 (24.22% from 255) = 14.99%
BLUE value IS 144 (56.64% from 255) = 35.38%
R=49.63%
G=14.99%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026114400.700.290.21324.6857.0951.57
HexCA3D900461D151453934
Octal31275220010635255057164
Binary1100101011110110010000010001101110110101101000101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3D90; }

 p { color: rgb(202,61,144); }

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

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

 a { background-color: rgb(202,61,144); }

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

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

 span { border-color: rgb(202,61,144); }

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