#CA488A

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

Shades of Mulberry #CA488A

Tints of Mulberry #CA488A

Color information

#CA488A (or 0xCA488A) is unknown color: approx Mulberry. HEX triplet: CA, 48 and 8A. RGB value is (202,72,138). Sum of RGB (Red+Green+Blue) = 202+72+138=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA488A is #35B775. Grayscale: #767676. Windows color (decimal): -3520374 or 9062602. OLE color: 9062602.

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

Color convert

RGB20272138-
CMYK00.640.320.21
HSL329.54º55.08%53.73%-
HSV(B)329.54º64.36%79.22%-
XYZ31.2619.0326.07-
YUV118.39139.07187.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.03%
GREEN value IS 72 (28.52% from 255) = 17.48%
BLUE value IS 138 (54.30% from 255) = 33.50%
R=49.03%
G=17.48%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027213800.640.320.21329.5455.0853.73
HexCA488A040201514a3736
Octal312110212010040255126766
Binary110010101001000100010100100000010000010101101001010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA488A; }

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

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

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

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

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

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

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

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