#CB4A80

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

Shades of Mulberry #CB4A80

Tints of Mulberry #CB4A80

Color information

#CB4A80 (or 0xCB4A80) is unknown color: approx Mulberry. HEX triplet: CB, 4A and 80. RGB value is (203,74,128). Sum of RGB (Red+Green+Blue) = 203+74+128=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4A80 is #34B57F. Grayscale: #767676. Windows color (decimal): -3454336 or 8407755. OLE color: 8407755.

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

Color convert

RGB20374128-
CMYK00.640.370.20
HSL334.88º55.36%54.31%-
HSV(B)334.88º63.55%79.61%-
XYZ30.9719.1522.49-
YUV118.73133.24188.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.12%
GREEN value IS 74 (29.30% from 255) = 18.27%
BLUE value IS 128 (50.39% from 255) = 31.60%
R=50.12%
G=18.27%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037412800.640.370.20334.8855.3654.31
HexCB4A80040251414f3736
Octal313112200010045245176766
Binary110010111001010100000000100000010010110100101001111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4A80; }

 p { color: rgb(203,74,128); }

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

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

 a { background-color: rgb(203,74,128); }

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

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

 span { border-color: rgb(203,74,128); }

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