#CA4B7F

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

Shades of Mulberry #CA4B7F

Tints of Mulberry #CA4B7F

Color information

#CA4B7F (or 0xCA4B7F) is unknown color: approx Mulberry. HEX triplet: CA, 4B and 7F. RGB value is (202,75,127). Sum of RGB (Red+Green+Blue) = 202+75+127=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4B7F is #35B480. Grayscale: #767676. Windows color (decimal): -3519617 or 8342474. OLE color: 8342474.

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

Color convert

RGB20275127-
CMYK00.630.370.21
HSL335.43º54.51%54.31%-
HSV(B)335.43º62.87%79.22%-
XYZ30.719.1222.15-
YUV118.9132.58187.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50%
GREEN value IS 75 (29.69% from 255) = 18.56%
BLUE value IS 127 (50% from 255) = 31.44%
R=50%
G=18.56%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027512700.630.370.21335.4354.5154.31
HexCA4B7F03F251514f3736
Octal31211317707745255176766
Binary1100101010010111111111011111110010110101101001111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4B7F; }

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

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

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

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

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

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

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

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