#CA4195

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

Shades of Mulberry #CA4195

Tints of Mulberry #CA4195

Color information

#CA4195 (or 0xCA4195) is unknown color: approx Mulberry. HEX triplet: CA, 41 and 95. RGB value is (202,65,149). Sum of RGB (Red+Green+Blue) = 202+65+149=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4195 is #35BE6A. Grayscale: #737373. Windows color (decimal): -3522155 or 9781706. OLE color: 9781706.

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

Color convert

RGB20265149-
CMYK00.680.260.21
HSL323.21º56.38%52.35%-
HSV(B)323.21º67.82%79.22%-
XYZ31.6718.5130.34-
YUV115.54146.89189.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.56%
GREEN value IS 65 (25.78% from 255) = 15.62%
BLUE value IS 149 (58.59% from 255) = 35.82%
R=48.56%
G=15.62%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026514900.680.260.21323.2156.3852.35
HexCA41950441A151433834
Octal312101225010432255037064
Binary11001010100000110010101010001001101010101101000011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4195; }

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

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

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

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

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

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

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

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