#CA4296

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

Shades of Mulberry #CA4296

Tints of Mulberry #CA4296

Color information

#CA4296 (or 0xCA4296) is unknown color: approx Mulberry. HEX triplet: CA, 42 and 96. RGB value is (202,66,150). Sum of RGB (Red+Green+Blue) = 202+66+150=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4296 is #35BD69. Grayscale: #747474. Windows color (decimal): -3521898 or 9847498. OLE color: 9847498.

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

Color convert

RGB20266150-
CMYK00.670.260.21
HSL322.94º56.2%52.55%-
HSV(B)322.94º67.33%79.22%-
XYZ31.8118.6530.78-
YUV116.24147.06189.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.33%
GREEN value IS 66 (26.17% from 255) = 15.79%
BLUE value IS 150 (58.98% from 255) = 35.89%
R=48.33%
G=15.79%
B=35.89%

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
Decimal2026615000.670.260.21322.9456.252.55
HexCA42960431A151433835
Octal312102226010332255037065
Binary11001010100001010010110010000111101010101101000011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4296; }

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

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

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

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

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

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

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

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