#CA508B

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

Shades of Mulberry #CA508B

Tints of Mulberry #CA508B

Color information

#CA508B (or 0xCA508B) is unknown color: approx Mulberry. HEX triplet: CA, 50 and 8B. RGB value is (202,80,139). Sum of RGB (Red+Green+Blue) = 202+80+139=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA508B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA508B is #35AF74. Grayscale: #7B7B7B. Windows color (decimal): -3518325 or 9130186. OLE color: 9130186.

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

Color convert

RGB20280139-
CMYK00.600.310.21
HSL330.98º53.51%55.29%-
HSV(B)330.98º60.4%79.22%-
XYZ31.8920.1626.64-
YUV123.2136.92184.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.98%
GREEN value IS 80 (31.64% from 255) = 19.00%
BLUE value IS 139 (54.69% from 255) = 33.02%
R=47.98%
G=19.00%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028013900.600.310.21330.9853.5155.29
HexCA508B03C1F1514b3637
Octal31212021307437255136667
Binary1100101010100001000101101111001111110101101001011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA508B; }

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

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

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

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

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

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

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

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