#CA468C

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

Shades of Mulberry #CA468C

Tints of Mulberry #CA468C

Color information

#CA468C (or 0xCA468C) is unknown color: approx Mulberry. HEX triplet: CA, 46 and 8C. RGB value is (202,70,140). Sum of RGB (Red+Green+Blue) = 202+70+140=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA468C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA468C is #35B973. Grayscale: #757575. Windows color (decimal): -3520884 or 9193162. OLE color: 9193162.

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

Color convert

RGB20270140-
CMYK00.650.310.21
HSL328.18º55.46%53.33%-
HSV(B)328.18º65.35%79.22%-
XYZ31.2818.8326.8-
YUV117.45140.73188.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.03%
GREEN value IS 70 (27.73% from 255) = 16.99%
BLUE value IS 140 (55.08% from 255) = 33.98%
R=49.03%
G=16.99%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027014000.650.310.21328.1855.4653.33
HexCA468C0411F151483735
Octal312106214010137255106765
Binary11001010100011010001100010000011111110101101001000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA468C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA468C; }

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

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

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

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

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

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

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

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