#CA4180

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

Shades of Mulberry #CA4180

Tints of Mulberry #CA4180

Color information

#CA4180 (or 0xCA4180) is unknown color: approx Mulberry. HEX triplet: CA, 41 and 80. RGB value is (202,65,128). Sum of RGB (Red+Green+Blue) = 202+65+128=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4180 is #35BE7F. Grayscale: #717171. Windows color (decimal): -3522176 or 8405450. OLE color: 8405450.

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

Color convert

RGB20265128-
CMYK00.680.370.21
HSL332.41º56.38%52.35%-
HSV(B)332.41º67.82%79.22%-
XYZ30.1417.922.29-
YUV113.14136.39191.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.14%
GREEN value IS 65 (25.78% from 255) = 16.46%
BLUE value IS 128 (50.39% from 255) = 32.41%
R=51.14%
G=16.46%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026512800.680.370.21332.4156.3852.35
HexCA4180044251514c3834
Octal312101200010445255147064
Binary110010101000001100000000100010010010110101101001100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4180; }

 p { color: rgb(202,65,128); }

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

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

 a { background-color: rgb(202,65,128); }

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

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

 span { border-color: rgb(202,65,128); }

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