#CA5085

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

Shades of Mulberry #CA5085

Tints of Mulberry #CA5085

Color information

#CA5085 (or 0xCA5085) is unknown color: approx Mulberry. HEX triplet: CA, 50 and 85. RGB value is (202,80,133). Sum of RGB (Red+Green+Blue) = 202+80+133=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5085 is #35AF7A. Grayscale: #7A7A7A. Windows color (decimal): -3518331 or 8736970. OLE color: 8736970.

HSL color Cylindrical-coordinate representation of color #CA5085: hue angle of 333.93º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA5085 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB20280133-
CMYK00.600.340.21
HSL333.93º53.51%55.29%-
HSV(B)333.93º60.4%79.22%-
XYZ31.4619.9924.39-
YUV122.52133.92184.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.67%
GREEN value IS 80 (31.64% from 255) = 19.28%
BLUE value IS 133 (52.34% from 255) = 32.05%
R=48.67%
G=19.28%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028013300.600.340.21333.9353.5155.29
HexCA508503C221514e3637
Octal31212020507442255166667
Binary11001010101000010000101011110010001010101101001110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5085; }

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

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

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

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

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

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

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

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