#CA4685

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

Shades of Mulberry #CA4685

Tints of Mulberry #CA4685

Color information

#CA4685 (or 0xCA4685) is unknown color: approx Mulberry. HEX triplet: CA, 46 and 85. RGB value is (202,70,133). Sum of RGB (Red+Green+Blue) = 202+70+133=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4685 is #35B97A. Grayscale: #747474. Windows color (decimal): -3520891 or 8734410. OLE color: 8734410.

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

Color convert

RGB20270133-
CMYK00.650.340.21
HSL331.36º55.46%53.33%-
HSV(B)331.36º65.35%79.22%-
XYZ30.7818.6324.16-
YUV116.65137.23188.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.88%
GREEN value IS 70 (27.73% from 255) = 17.28%
BLUE value IS 133 (52.34% from 255) = 32.84%
R=49.88%
G=17.28%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027013300.650.340.21331.3655.4653.33
HexCA4685041221514b3735
Octal312106205010142255136765
Binary110010101000110100001010100000110001010101101001011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4685; }

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

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

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

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

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

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

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

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