#CA488D

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

Shades of Mulberry #CA488D

Tints of Mulberry #CA488D

Color information

#CA488D (or 0xCA488D) is unknown color: approx Mulberry. HEX triplet: CA, 48 and 8D. RGB value is (202,72,141). Sum of RGB (Red+Green+Blue) = 202+72+141=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA488D is #35B772. Grayscale: #767676. Windows color (decimal): -3520371 or 9259210. OLE color: 9259210.

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

Color convert

RGB20272141-
CMYK00.640.300.21
HSL328.15º55.08%53.73%-
HSV(B)328.15º64.36%79.22%-
XYZ31.4819.1127.23-
YUV118.74140.57187.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.67%
GREEN value IS 72 (28.52% from 255) = 17.35%
BLUE value IS 141 (55.47% from 255) = 33.98%
R=48.67%
G=17.35%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027214100.640.300.21328.1555.0853.73
HexCA488D0401E151483736
Octal312110215010036255106766
Binary11001010100100010001101010000001111010101101001000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA488D; }

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

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

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

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

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

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

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

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