#CA468A

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

Shades of Mulberry #CA468A

Tints of Mulberry #CA468A

Color information

#CA468A (or 0xCA468A) is unknown color: approx Mulberry. HEX triplet: CA, 46 and 8A. RGB value is (202,70,138). Sum of RGB (Red+Green+Blue) = 202+70+138=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 70 (27.73% from 255 or 17.07% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA468A is #35B975. Grayscale: #757575. Windows color (decimal): -3520886 or 9062090. OLE color: 9062090.

HSL color Cylindrical-coordinate representation of color #CA468A: hue angle of 329.09º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA468A is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB20270138-
CMYK00.650.320.21
HSL329.09º55.46%53.33%-
HSV(B)329.09º65.35%79.22%-
XYZ31.1318.7726.03-
YUV117.22139.73188.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.27%
GREEN value IS 70 (27.73% from 255) = 17.07%
BLUE value IS 138 (54.30% from 255) = 33.66%
R=49.27%
G=17.07%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027013800.650.320.21329.0955.4653.33
HexCA468A04120151493735
Octal312106212010140255116765
Binary110010101000110100010100100000110000010101101001001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA468A; }

 p { color: rgb(202,70,138); }

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

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

 a { background-color: rgb(202,70,138); }

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

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

 span { border-color: rgb(202,70,138); }

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