#CB5381

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

Shades of Mulberry #CB5381

Tints of Mulberry #CB5381

Color information

#CB5381 (or 0xCB5381) is unknown color: approx Mulberry. HEX triplet: CB, 53 and 81. RGB value is (203,83,129). Sum of RGB (Red+Green+Blue) = 203+83+129=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5381 is #34AC7E. Grayscale: #7C7C7C. Windows color (decimal): -3452031 or 8475595. OLE color: 8475595.

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

Color convert

RGB20383129-
CMYK00.590.360.20
HSL337º53.57%56.08%-
HSV(B)337º59.11%79.61%-
XYZ31.6820.4723.05-
YUV124.12130.76184.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.92%
GREEN value IS 83 (32.81% from 255) = 20%
BLUE value IS 129 (50.78% from 255) = 31.08%
R=48.92%
G=20%
B=31.08%

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
Decimal2038312900.590.360.2033753.5756.08
HexCB538103B24141513638
Octal31312320107344245216670
Binary11001011101001110000001011101110010010100101010001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5381; }

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

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

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

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

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

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

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

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