#CB488B

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

Shades of Mulberry #CB488B

Tints of Mulberry #CB488B

Color information

#CB488B (or 0xCB488B) is unknown color: approx Mulberry. HEX triplet: CB, 48 and 8B. RGB value is (203,72,139). Sum of RGB (Red+Green+Blue) = 203+72+139=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 72 (28.52% from 255 or 17.39% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB488B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB488B is #34B774. Grayscale: #767676. Windows color (decimal): -3454837 or 9128139. OLE color: 9128139.

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

Color convert

RGB20372139-
CMYK00.650.320.20
HSL329.31º55.74%53.92%-
HSV(B)329.31º64.53%79.61%-
XYZ31.6119.226.47-
YUV118.81139.4188.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.03%
GREEN value IS 72 (28.52% from 255) = 17.39%
BLUE value IS 139 (54.69% from 255) = 33.57%
R=49.03%
G=17.39%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037213900.650.320.20329.3155.7453.92
HexCB488B04120141493836
Octal313110213010140245117066
Binary110010111001000100010110100000110000010100101001001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB488B; }

 p { color: rgb(203,72,139); }

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

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

 a { background-color: rgb(203,72,139); }

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

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

 span { border-color: rgb(203,72,139); }

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