#CB488A

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

Shades of Mulberry #CB488A

Tints of Mulberry #CB488A

Color information

#CB488A (or 0xCB488A) is unknown color: approx Mulberry. HEX triplet: CB, 48 and 8A. RGB value is (203,72,138). Sum of RGB (Red+Green+Blue) = 203+72+138=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB488A is #34B775. Grayscale: #767676. Windows color (decimal): -3454838 or 9062603. OLE color: 9062603.

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

Color convert

RGB20372138-
CMYK00.650.320.20
HSL329.77º55.74%53.92%-
HSV(B)329.77º64.53%79.61%-
XYZ31.5319.1726.08-
YUV118.69138.9188.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.15%
GREEN value IS 72 (28.52% from 255) = 17.43%
BLUE value IS 138 (54.30% from 255) = 33.41%
R=49.15%
G=17.43%
B=33.41%

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
Decimal2037213800.650.320.20329.7755.7453.92
HexCB488A041201414a3836
Octal313110212010140245127066
Binary110010111001000100010100100000110000010100101001010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB488A; }

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

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

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

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

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

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

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

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