#CA429A

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

Shades of Mulberry #CA429A

Tints of Mulberry #CA429A

Color information

#CA429A (or 0xCA429A) is unknown color: approx Mulberry. HEX triplet: CA, 42 and 9A. RGB value is (202,66,154). Sum of RGB (Red+Green+Blue) = 202+66+154=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA429A is #35BD65. Grayscale: #747474. Windows color (decimal): -3521894 or 10109642. OLE color: 10109642.

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

Color convert

RGB20266154-
CMYK00.670.240.21
HSL321.18º56.2%52.55%-
HSV(B)321.18º67.33%79.22%-
XYZ32.1418.7932.5-
YUV116.7149.06188.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.87%
GREEN value IS 66 (26.17% from 255) = 15.64%
BLUE value IS 154 (60.55% from 255) = 36.49%
R=47.87%
G=15.64%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026615400.670.240.21321.1856.252.55
HexCA429A04318151413835
Octal312102232010330255017065
Binary11001010100001010011010010000111100010101101000001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA429A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA429A; }

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

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

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

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

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

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

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

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