#CA4181

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

Shades of Mulberry #CA4181

Tints of Mulberry #CA4181

Color information

#CA4181 (or 0xCA4181) is unknown color: approx Mulberry. HEX triplet: CA, 41 and 81. RGB value is (202,65,129). Sum of RGB (Red+Green+Blue) = 202+65+129=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4181 is #35BE7E. Grayscale: #717171. Windows color (decimal): -3522175 or 8470986. OLE color: 8470986.

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

Color convert

RGB20265129-
CMYK00.680.360.21
HSL331.97º56.38%52.35%-
HSV(B)331.97º67.82%79.22%-
XYZ30.2117.9222.64-
YUV113.26136.89191.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.01%
GREEN value IS 65 (25.78% from 255) = 16.41%
BLUE value IS 129 (50.78% from 255) = 32.58%
R=51.01%
G=16.41%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026512900.680.360.21331.9756.3852.35
HexCA4181044241514c3834
Octal312101201010444255147064
Binary110010101000001100000010100010010010010101101001100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4181; }

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

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

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

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

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

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

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

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