#CB4B8C

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

Shades of Mulberry #CB4B8C

Tints of Mulberry #CB4B8C

Color information

#CB4B8C (or 0xCB4B8C) is unknown color: approx Mulberry. HEX triplet: CB, 4B and 8C. RGB value is (203,75,140). Sum of RGB (Red+Green+Blue) = 203+75+140=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4B8C is #34B473. Grayscale: #787878. Windows color (decimal): -3454068 or 9194443. OLE color: 9194443.

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

Color convert

RGB20375140-
CMYK00.630.310.20
HSL329.53º55.17%54.51%-
HSV(B)329.53º63.05%79.61%-
XYZ31.8819.6226.92-
YUV120.68138.91186.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.56%
GREEN value IS 75 (29.69% from 255) = 17.94%
BLUE value IS 140 (55.08% from 255) = 33.49%
R=48.56%
G=17.94%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037514000.630.310.20329.5355.1754.51
HexCB4B8C03F1F1414a3737
Octal31311321407737245126767
Binary1100101110010111000110001111111111110100101001010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4B8C; }

 p { color: rgb(203,75,140); }

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

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

 a { background-color: rgb(203,75,140); }

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

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

 span { border-color: rgb(203,75,140); }

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