#CA479D

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

Shades of Mulberry #CA479D

Tints of Mulberry #CA479D

Color information

#CA479D (or 0xCA479D) is unknown color: approx Mulberry. HEX triplet: CA, 47 and 9D. RGB value is (202,71,157). Sum of RGB (Red+Green+Blue) = 202+71+157=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA479D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA479D is #35B862. Grayscale: #777777. Windows color (decimal): -3520611 or 10307530. OLE color: 10307530.

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

Color convert

RGB20271157-
CMYK00.650.220.21
HSL320.61º55.27%53.53%-
HSV(B)320.61º64.85%79.22%-
XYZ32.719.533.94-
YUV119.97148.9186.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.98%
GREEN value IS 71 (28.12% from 255) = 16.51%
BLUE value IS 157 (61.72% from 255) = 36.51%
R=46.98%
G=16.51%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027115700.650.220.21320.6155.2753.53
HexCA479D04116151413736
Octal312107235010126255016766
Binary11001010100011110011101010000011011010101101000001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA479D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA479D; }

 p { color: rgb(202,71,157); }

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

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

 a { background-color: rgb(202,71,157); }

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

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

 span { border-color: rgb(202,71,157); }

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