#CB36A6

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

Shades of Mulberry #CB36A6

Tints of Mulberry #CB36A6

Color information

#CB36A6 (or 0xCB36A6) is unknown color: approx Mulberry. HEX triplet: CB, 36 and A6. RGB value is (203,54,166). Sum of RGB (Red+Green+Blue) = 203+54+166=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB36A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB36A6 is #34C959. Grayscale: #6F6F6F. Windows color (decimal): -3459418 or 10893003. OLE color: 10893003.

HSL color Cylindrical-coordinate representation of color #CB36A6: hue angle of 314.9º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB36A6 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB20354166-
CMYK00.730.180.20
HSL314.9º58.89%50.39%-
HSV(B)314.9º73.4%79.61%-
XYZ32.8318.0937.84-
YUV111.32158.86193.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.99%
GREEN value IS 54 (21.48% from 255) = 12.77%
BLUE value IS 166 (65.23% from 255) = 39.24%
R=47.99%
G=12.77%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035416600.730.180.20314.958.8950.39
HexCB36A6049121413b3b32
Octal31366246011122244737362
Binary1100101111011010100110010010011001010100100111011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB36A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB36A6; }

 p { color: rgb(203,54,166); }

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

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

 a { background-color: rgb(203,54,166); }

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

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

 span { border-color: rgb(203,54,166); }

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