#CB46A8

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

Shades of Mulberry #CB46A8

Tints of Mulberry #CB46A8

Color information

#CB46A8 (or 0xCB46A8) is unknown color: approx Mulberry. HEX triplet: CB, 46 and A8. RGB value is (203,70,168). Sum of RGB (Red+Green+Blue) = 203+70+168=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB46A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB46A8 is #34B957. Grayscale: #787878. Windows color (decimal): -3455320 or 11028171. OLE color: 11028171.

HSL color Cylindrical-coordinate representation of color #CB46A8: hue angle of 315.79º 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 #CB46A8 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB20370168-
CMYK00.660.170.20
HSL315.79º56.12%53.53%-
HSV(B)315.79º65.52%79.61%-
XYZ33.8919.939.1-
YUV120.94154.56186.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.03%
GREEN value IS 70 (27.73% from 255) = 15.87%
BLUE value IS 168 (66.02% from 255) = 38.10%
R=46.03%
G=15.87%
B=38.10%

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
Decimal2037016800.660.170.20315.7956.1253.53
HexCB46A8042111413c3836
Octal313106250010221244747066
Binary11001011100011010101000010000101000110100100111100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB46A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB46A8; }

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

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

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

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

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

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

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

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