#CA508A

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

Shades of Mulberry #CA508A

Tints of Mulberry #CA508A

Color information

#CA508A (or 0xCA508A) is unknown color: approx Mulberry. HEX triplet: CA, 50 and 8A. RGB value is (202,80,138). Sum of RGB (Red+Green+Blue) = 202+80+138=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA508A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA508A is #35AF75. Grayscale: #7A7A7A. Windows color (decimal): -3518326 or 9064650. OLE color: 9064650.

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

Color convert

RGB20280138-
CMYK00.600.320.21
HSL331.48º53.51%55.29%-
HSV(B)331.48º60.4%79.22%-
XYZ31.8120.1326.25-
YUV123.09136.42184.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.10%
GREEN value IS 80 (31.64% from 255) = 19.05%
BLUE value IS 138 (54.30% from 255) = 32.86%
R=48.10%
G=19.05%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028013800.600.320.21331.4853.5155.29
HexCA508A03C201514b3637
Octal31212021207440255136667
Binary11001010101000010001010011110010000010101101001011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA508A; }

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

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

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

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

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

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

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

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