#CA457B

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

Shades of Mulberry #CA457B

Tints of Mulberry #CA457B

Color information

#CA457B (or 0xCA457B) is unknown color: approx Mulberry. HEX triplet: CA, 45 and 7B. RGB value is (202,69,123). Sum of RGB (Red+Green+Blue) = 202+69+123=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA457B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA457B is #35BA84. Grayscale: #727272. Windows color (decimal): -3521157 or 8078794. OLE color: 8078794.

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

Color convert

RGB20269123-
CMYK00.660.390.21
HSL335.64º55.65%53.14%-
HSV(B)335.64º65.84%79.22%-
XYZ30.0618.2420.68-
YUV114.92132.56190.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.27%
GREEN value IS 69 (27.34% from 255) = 17.51%
BLUE value IS 123 (48.44% from 255) = 31.22%
R=51.27%
G=17.51%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026912300.660.390.21335.6455.6553.14
HexCA457B04227151503835
Octal312105173010247255207065
Binary11001010100010111110110100001010011110101101010000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA457B; }

 p { color: rgb(202,69,123); }

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

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

 a { background-color: rgb(202,69,123); }

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

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

 span { border-color: rgb(202,69,123); }

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