#CA467C

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

Shades of Mulberry #CA467C

Tints of Mulberry #CA467C

Color information

#CA467C (or 0xCA467C) is unknown color: approx Mulberry. HEX triplet: CA, 46 and 7C. RGB value is (202,70,124). Sum of RGB (Red+Green+Blue) = 202+70+124=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA467C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA467C is #35B983. Grayscale: #737373. Windows color (decimal): -3520900 or 8144586. OLE color: 8144586.

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

Color convert

RGB20270124-
CMYK00.650.390.21
HSL335.45º55.46%53.33%-
HSV(B)335.45º65.35%79.22%-
XYZ30.1918.3921.03-
YUV115.62132.73189.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.01%
GREEN value IS 70 (27.73% from 255) = 17.68%
BLUE value IS 124 (48.83% from 255) = 31.31%
R=51.01%
G=17.68%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027012400.650.390.21335.4555.4653.33
HexCA467C041271514f3735
Octal312106174010147255176765
Binary11001010100011011111000100000110011110101101001111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA467C; }

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

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

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

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

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

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

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

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