#CA4684

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

Shades of Mulberry #CA4684

Tints of Mulberry #CA4684

Color information

#CA4684 (or 0xCA4684) is unknown color: approx Mulberry. HEX triplet: CA, 46 and 84. RGB value is (202,70,132). Sum of RGB (Red+Green+Blue) = 202+70+132=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4684 is #35B97B. Grayscale: #747474. Windows color (decimal): -3520892 or 8668874. OLE color: 8668874.

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

Color convert

RGB20270132-
CMYK00.650.350.21
HSL331.82º55.46%53.33%-
HSV(B)331.82º65.35%79.22%-
XYZ30.7118.623.8-
YUV116.54136.73188.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50%
GREEN value IS 70 (27.73% from 255) = 17.33%
BLUE value IS 132 (51.95% from 255) = 32.67%
R=50%
G=17.33%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027013200.650.350.21331.8255.4653.33
HexCA4684041231514c3735
Octal312106204010143255146765
Binary110010101000110100001000100000110001110101101001100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4684; }

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

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

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

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

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

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

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

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