#CA418A

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

Shades of Mulberry #CA418A

Tints of Mulberry #CA418A

Color information

#CA418A (or 0xCA418A) is unknown color: approx Mulberry. HEX triplet: CA, 41 and 8A. RGB value is (202,65,138). Sum of RGB (Red+Green+Blue) = 202+65+138=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA418A is #35BE75. Grayscale: #727272. Windows color (decimal): -3522166 or 9060810. OLE color: 9060810.

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

Color convert

RGB20265138-
CMYK00.680.320.21
HSL328.03º56.38%52.35%-
HSV(B)328.03º67.82%79.22%-
XYZ30.8318.1725.93-
YUV114.28141.39190.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.88%
GREEN value IS 65 (25.78% from 255) = 16.05%
BLUE value IS 138 (54.30% from 255) = 34.07%
R=49.88%
G=16.05%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026513800.680.320.21328.0356.3852.35
HexCA418A04420151483834
Octal312101212010440255107064
Binary110010101000001100010100100010010000010101101001000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA418A; }

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

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

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

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

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

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

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

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