#CA4A8A

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

Shades of Mulberry #CA4A8A

Tints of Mulberry #CA4A8A

Color information

#CA4A8A (or 0xCA4A8A) is unknown color: approx Mulberry. HEX triplet: CA, 4A and 8A. RGB value is (202,74,138). Sum of RGB (Red+Green+Blue) = 202+74+138=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4A8A is #35B575. Grayscale: #777777. Windows color (decimal): -3519862 or 9063114. OLE color: 9063114.

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

Color convert

RGB20274138-
CMYK00.630.320.21
HSL330º54.7%54.12%-
HSV(B)330º63.37%79.22%-
XYZ31.3919.2926.11-
YUV119.57138.41186.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.79%
GREEN value IS 74 (29.30% from 255) = 17.87%
BLUE value IS 138 (54.30% from 255) = 33.33%
R=48.79%
G=17.87%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027413800.630.320.2133054.754.12
HexCA4A8A03F201514a3736
Octal31211221207740255126766
Binary11001010100101010001010011111110000010101101001010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4A8A; }

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

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

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

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

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

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

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

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