#CB46A9

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

Shades of Mulberry #CB46A9

Tints of Mulberry #CB46A9

Color information

#CB46A9 (or 0xCB46A9) is unknown color: approx Mulberry. HEX triplet: CB, 46 and A9. RGB value is (203,70,169). Sum of RGB (Red+Green+Blue) = 203+70+169=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 70 (27.73% from 255 or 15.84% from 442); Blue value is 169 (66.41% from 255 or 38.24% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB46A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB46A9 is #34B956. Grayscale: #787878. Windows color (decimal): -3455319 or 11093707. OLE color: 11093707.

HSL color Cylindrical-coordinate representation of color #CB46A9: hue angle of 315.34º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB46A9 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB20370169-
CMYK00.660.170.20
HSL315.34º56.12%53.53%-
HSV(B)315.34º65.52%79.61%-
XYZ33.9819.9439.59-
YUV121.05155.06186.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.93%
GREEN value IS 70 (27.73% from 255) = 15.84%
BLUE value IS 169 (66.41% from 255) = 38.24%
R=45.93%
G=15.84%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037016900.660.170.20315.3456.1253.53
HexCB46A9042111413b3836
Octal313106251010221244737066
Binary11001011100011010101001010000101000110100100111011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB46A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB46A9; }

 p { color: rgb(203,70,169); }

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

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

 a { background-color: rgb(203,70,169); }

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

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

 span { border-color: rgb(203,70,169); }

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