#CB49A8

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

Shades of Mulberry #CB49A8

Tints of Mulberry #CB49A8

Color information

#CB49A8 (or 0xCB49A8) is unknown color: approx Mulberry. HEX triplet: CB, 49 and A8. RGB value is (203,73,168). Sum of RGB (Red+Green+Blue) = 203+73+168=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB49A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB49A8 is #34B657. Grayscale: #7A7A7A. Windows color (decimal): -3454552 or 11028939. OLE color: 11028939.

HSL color Cylindrical-coordinate representation of color #CB49A8: hue angle of 316.15º degrees, saturation: 0.56, 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 #CB49A8 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB20373168-
CMYK00.640.170.20
HSL316.15º55.56%54.12%-
HSV(B)316.15º64.04%79.61%-
XYZ34.0820.2939.17-
YUV122.7153.57185.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.72%
GREEN value IS 73 (28.91% from 255) = 16.44%
BLUE value IS 168 (66.02% from 255) = 37.84%
R=45.72%
G=16.44%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037316800.640.170.20316.1555.5654.12
HexCB49A8040111413c3836
Octal313111250010021244747066
Binary11001011100100110101000010000001000110100100111100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB49A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB49A8; }

 p { color: rgb(203,73,168); }

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

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

 a { background-color: rgb(203,73,168); }

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

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

 span { border-color: rgb(203,73,168); }

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