#CA4B8F

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

Shades of Mulberry #CA4B8F

Tints of Mulberry #CA4B8F

Color information

#CA4B8F (or 0xCA4B8F) is unknown color: approx Mulberry. HEX triplet: CA, 4B and 8F. RGB value is (202,75,143). Sum of RGB (Red+Green+Blue) = 202+75+143=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4B8F is #35B470. Grayscale: #787878. Windows color (decimal): -3519601 or 9391050. OLE color: 9391050.

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

Color convert

RGB20275143-
CMYK00.630.290.21
HSL327.87º54.51%54.31%-
HSV(B)327.87º62.87%79.22%-
XYZ31.8319.5728.09-
YUV120.72140.58185.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.10%
GREEN value IS 75 (29.69% from 255) = 17.86%
BLUE value IS 143 (56.25% from 255) = 34.05%
R=48.10%
G=17.86%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027514300.630.290.21327.8754.5154.31
HexCA4B8F03F1D151483736
Octal31211321707735255106766
Binary1100101010010111000111101111111110110101101001000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4B8F; }

 p { color: rgb(202,75,143); }

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

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

 a { background-color: rgb(202,75,143); }

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

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

 span { border-color: rgb(202,75,143); }

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