#CA467F

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

Shades of Mulberry #CA467F

Tints of Mulberry #CA467F

Color information

#CA467F (or 0xCA467F) is unknown color: approx Mulberry. HEX triplet: CA, 46 and 7F. RGB value is (202,70,127). Sum of RGB (Red+Green+Blue) = 202+70+127=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA467F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA467F is #35B980. Grayscale: #737373. Windows color (decimal): -3520897 or 8341194. OLE color: 8341194.

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

Color convert

RGB20270127-
CMYK00.650.370.21
HSL334.09º55.46%53.33%-
HSV(B)334.09º65.35%79.22%-
XYZ30.3818.4722.04-
YUV115.97134.23189.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.63%
GREEN value IS 70 (27.73% from 255) = 17.54%
BLUE value IS 127 (50% from 255) = 31.83%
R=50.63%
G=17.54%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027012700.650.370.21334.0955.4653.33
HexCA467F041251514e3735
Octal312106177010145255166765
Binary11001010100011011111110100000110010110101101001110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA467F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA467F; }

 p { color: rgb(202,70,127); }

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

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

 a { background-color: rgb(202,70,127); }

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

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

 span { border-color: rgb(202,70,127); }

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