#CA4F90

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

Shades of Mulberry #CA4F90

Tints of Mulberry #CA4F90

Color information

#CA4F90 (or 0xCA4F90) is unknown color: approx Mulberry. HEX triplet: CA, 4F and 90. RGB value is (202,79,144). Sum of RGB (Red+Green+Blue) = 202+79+144=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4F90 is #35B06F. Grayscale: #7B7B7B. Windows color (decimal): -3518576 or 9457610. OLE color: 9457610.

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

Color convert

RGB20279144-
CMYK00.610.290.21
HSL328.29º53.71%55.1%-
HSV(B)328.29º60.89%79.22%-
XYZ32.1920.1628.58-
YUV123.19139.75184.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.53%
GREEN value IS 79 (31.25% from 255) = 18.59%
BLUE value IS 144 (56.64% from 255) = 33.88%
R=47.53%
G=18.59%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027914400.610.290.21328.2953.7155.1
HexCA4F9003D1D151483637
Octal31211722007535255106667
Binary1100101010011111001000001111011110110101101001000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4F90; }

 p { color: rgb(202,79,144); }

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

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

 a { background-color: rgb(202,79,144); }

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

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

 span { border-color: rgb(202,79,144); }

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