#CB4B90

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

Shades of Mulberry #CB4B90

Tints of Mulberry #CB4B90

Color information

#CB4B90 (or 0xCB4B90) is unknown color: approx Mulberry. HEX triplet: CB, 4B and 90. RGB value is (203,75,144). Sum of RGB (Red+Green+Blue) = 203+75+144=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4B90 is #34B46F. Grayscale: #787878. Windows color (decimal): -3454064 or 9456587. OLE color: 9456587.

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

Color convert

RGB20375144-
CMYK00.630.290.20
HSL327.66º55.17%54.51%-
HSV(B)327.66º63.05%79.61%-
XYZ32.1819.7428.5-
YUV121.14140.91186.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.10%
GREEN value IS 75 (29.69% from 255) = 17.77%
BLUE value IS 144 (56.64% from 255) = 34.12%
R=48.10%
G=17.77%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037514400.630.290.20327.6655.1754.51
HexCB4B9003F1D141483737
Octal31311322007735245106767
Binary1100101110010111001000001111111110110100101001000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4B90; }

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

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

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

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

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

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

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

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