#CA489C

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

Shades of Mulberry #CA489C

Tints of Mulberry #CA489C

Color information

#CA489C (or 0xCA489C) is unknown color: approx Mulberry. HEX triplet: CA, 48 and 9C. RGB value is (202,72,156). Sum of RGB (Red+Green+Blue) = 202+72+156=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA489C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA489C is #35B763. Grayscale: #787878. Windows color (decimal): -3520356 or 10242250. OLE color: 10242250.

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

Color convert

RGB20272156-
CMYK00.640.230.21
HSL321.23º55.08%53.73%-
HSV(B)321.23º64.36%79.22%-
XYZ32.6819.5933.51-
YUV120.45148.07186.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.98%
GREEN value IS 72 (28.52% from 255) = 16.74%
BLUE value IS 156 (61.33% from 255) = 36.28%
R=46.98%
G=16.74%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027215600.640.230.21321.2355.0853.73
HexCA489C04017151413736
Octal312110234010027255016766
Binary11001010100100010011100010000001011110101101000001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA489C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA489C; }

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

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

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

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

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

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

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

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