#CB5382

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

Shades of Mulberry #CB5382

Tints of Mulberry #CB5382

Color information

#CB5382 (or 0xCB5382) is unknown color: approx Mulberry. HEX triplet: CB, 53 and 82. RGB value is (203,83,130). Sum of RGB (Red+Green+Blue) = 203+83+130=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5382 is #34AC7D. Grayscale: #7C7C7C. Windows color (decimal): -3452030 or 8541131. OLE color: 8541131.

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

Color convert

RGB20383130-
CMYK00.590.360.20
HSL336.5º53.57%56.08%-
HSV(B)336.5º59.11%79.61%-
XYZ31.7520.4923.4-
YUV124.24131.26184.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.80%
GREEN value IS 83 (32.81% from 255) = 19.95%
BLUE value IS 130 (51.17% from 255) = 31.25%
R=48.80%
G=19.95%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038313000.590.360.20336.553.5756.08
HexCB538203B24141503638
Octal31312320207344245206670
Binary11001011101001110000010011101110010010100101010000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5382; }

 p { color: rgb(203,83,130); }

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

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

 a { background-color: rgb(203,83,130); }

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

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

 span { border-color: rgb(203,83,130); }

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