#CB529A

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

Shades of Mulberry #CB529A

Tints of Mulberry #CB529A

Color information

#CB529A (or 0xCB529A) is unknown color: approx Mulberry. HEX triplet: CB, 52 and 9A. RGB value is (203,82,154). Sum of RGB (Red+Green+Blue) = 203+82+154=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB529A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB529A is #34AD65. Grayscale: #7E7E7E. Windows color (decimal): -3452262 or 10113739. OLE color: 10113739.

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

Color convert

RGB20382154-
CMYK00.600.240.20
HSL324.3º53.78%55.88%-
HSV(B)324.3º59.61%79.61%-
XYZ33.4821.0632.87-
YUV126.39143.59182.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.24%
GREEN value IS 82 (32.42% from 255) = 18.68%
BLUE value IS 154 (60.55% from 255) = 35.08%
R=46.24%
G=18.68%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038215400.600.240.20324.353.7855.88
HexCB529A03C18141443638
Octal31312223207430245046670
Binary1100101110100101001101001111001100010100101000100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB529A; }

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

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

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

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

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

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

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

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