#CB4698

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

Shades of Mulberry #CB4698

Tints of Mulberry #CB4698

Color information

#CB4698 (or 0xCB4698) is unknown color: approx Mulberry. HEX triplet: CB, 46 and 98. RGB value is (203,70,152). Sum of RGB (Red+Green+Blue) = 203+70+152=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4698 is #34B967. Grayscale: #767676. Windows color (decimal): -3455336 or 9979595. OLE color: 9979595.

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

Color convert

RGB20370152-
CMYK00.660.250.20
HSL323.01º56.12%53.53%-
HSV(B)323.01º65.52%79.61%-
XYZ32.4919.3431.73-
YUV119.12146.56187.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.76%
GREEN value IS 70 (27.73% from 255) = 16.47%
BLUE value IS 152 (59.77% from 255) = 35.76%
R=47.76%
G=16.47%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037015200.660.250.20323.0156.1253.53
HexCB469804219141433836
Octal313106230010231245037066
Binary11001011100011010011000010000101100110100101000011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4698; }

 p { color: rgb(203,70,152); }

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

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

 a { background-color: rgb(203,70,152); }

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

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

 span { border-color: rgb(203,70,152); }

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