#CB36A9

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

Shades of Mulberry #CB36A9

Tints of Mulberry #CB36A9

Color information

#CB36A9 (or 0xCB36A9) is unknown color: approx Mulberry. HEX triplet: CB, 36 and A9. RGB value is (203,54,169). Sum of RGB (Red+Green+Blue) = 203+54+169=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 169 (66.41% from 255 or 39.67% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB36A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB36A9 is #34C956. Grayscale: #6F6F6F. Windows color (decimal): -3459415 or 11089611. OLE color: 11089611.

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

Color convert

RGB20354169-
CMYK00.730.170.20
HSL313.69º58.89%50.39%-
HSV(B)313.69º73.4%79.61%-
XYZ33.1118.239.3-
YUV111.66160.36193.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.65%
GREEN value IS 54 (21.48% from 255) = 12.68%
BLUE value IS 169 (66.41% from 255) = 39.67%
R=47.65%
G=12.68%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035416900.730.170.20313.6958.8950.39
HexCB36A9049111413a3b32
Octal31366251011121244727362
Binary1100101111011010101001010010011000110100100111010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB36A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB36A9; }

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

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

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

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

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

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

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

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