#CA4395

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

Shades of Mulberry #CA4395

Tints of Mulberry #CA4395

Color information

#CA4395 (or 0xCA4395) is unknown color: approx Mulberry. HEX triplet: CA, 43 and 95. RGB value is (202,67,149). Sum of RGB (Red+Green+Blue) = 202+67+149=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 67 (26.56% from 255 or 16.03% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4395 is #35BC6A. Grayscale: #747474. Windows color (decimal): -3521643 or 9782218. OLE color: 9782218.

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

Color convert

RGB20267149-
CMYK00.670.260.21
HSL323.56º56.02%52.75%-
HSV(B)323.56º66.83%79.22%-
XYZ31.7918.7430.38-
YUV116.71146.23188.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.33%
GREEN value IS 67 (26.56% from 255) = 16.03%
BLUE value IS 149 (58.59% from 255) = 35.65%
R=48.33%
G=16.03%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026714900.670.260.21323.5656.0252.75
HexCA43950431A151443835
Octal312103225010332255047065
Binary11001010100001110010101010000111101010101101000100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4395; }

 p { color: rgb(202,67,149); }

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

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

 a { background-color: rgb(202,67,149); }

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

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

 span { border-color: rgb(202,67,149); }

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