#CA3D85

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

Shades of Mulberry #CA3D85

Tints of Mulberry #CA3D85

Color information

#CA3D85 (or 0xCA3D85) is unknown color: approx Mulberry. HEX triplet: CA, 3D and 85. RGB value is (202,61,133). Sum of RGB (Red+Green+Blue) = 202+61+133=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3D85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3D85 is #35C27A. Grayscale: #6F6F6F. Windows color (decimal): -3523195 or 8732106. OLE color: 8732106.

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

Color convert

RGB20261133-
CMYK00.700.340.21
HSL329.36º57.09%51.57%-
HSV(B)329.36º69.8%79.22%-
XYZ30.2617.5923.99-
YUV111.37140.21192.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.01%
GREEN value IS 61 (24.22% from 255) = 15.40%
BLUE value IS 133 (52.34% from 255) = 33.59%
R=51.01%
G=15.40%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026113300.700.340.21329.3657.0951.57
HexCA3D8504622151493934
Octal31275205010642255117164
Binary11001010111101100001010100011010001010101101001001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3D85; }

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

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

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

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

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

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

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

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