#CB529E

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

Shades of Mulberry #CB529E

Tints of Mulberry #CB529E

Color information

#CB529E (or 0xCB529E) is unknown color: approx Mulberry. HEX triplet: CB, 52 and 9E. RGB value is (203,82,158). Sum of RGB (Red+Green+Blue) = 203+82+158=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB529E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB529E is #34AD61. Grayscale: #7E7E7E. Windows color (decimal): -3452258 or 10375883. OLE color: 10375883.

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

Color convert

RGB20382158-
CMYK00.600.220.20
HSL322.31º53.78%55.88%-
HSV(B)322.31º59.61%79.61%-
XYZ33.8221.234.66-
YUV126.84145.59182.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.82%
GREEN value IS 82 (32.42% from 255) = 18.51%
BLUE value IS 158 (62.11% from 255) = 35.67%
R=45.82%
G=18.51%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038215800.600.220.20322.3153.7855.88
HexCB529E03C16141423638
Octal31312223607426245026670
Binary1100101110100101001111001111001011010100101000010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB529E; }

 p { color: rgb(203,82,158); }

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

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

 a { background-color: rgb(203,82,158); }

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

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

 span { border-color: rgb(203,82,158); }

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