#CA429C

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

Shades of Mulberry #CA429C

Tints of Mulberry #CA429C

Color information

#CA429C (or 0xCA429C) is unknown color: approx Mulberry. HEX triplet: CA, 42 and 9C. RGB value is (202,66,156). Sum of RGB (Red+Green+Blue) = 202+66+156=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA429C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA429C is #35BD63. Grayscale: #747474. Windows color (decimal): -3521892 or 10240714. OLE color: 10240714.

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

Color convert

RGB20266156-
CMYK00.670.230.21
HSL320.29º56.2%52.55%-
HSV(B)320.29º67.33%79.22%-
XYZ32.3118.8533.39-
YUV116.92150.06188.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.64%
GREEN value IS 66 (26.17% from 255) = 15.57%
BLUE value IS 156 (61.33% from 255) = 36.79%
R=47.64%
G=15.57%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026615600.670.230.21320.2956.252.55
HexCA429C04317151403835
Octal312102234010327255007065
Binary11001010100001010011100010000111011110101101000000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA429C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA429C; }

 p { color: rgb(202,66,156); }

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

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

 a { background-color: rgb(202,66,156); }

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

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

 span { border-color: rgb(202,66,156); }

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