#CB50A3

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

Shades of Mulberry #CB50A3

Tints of Mulberry #CB50A3

Color information

#CB50A3 (or 0xCB50A3) is unknown color: approx Mulberry. HEX triplet: CB, 50 and A3. RGB value is (203,80,163). Sum of RGB (Red+Green+Blue) = 203+80+163=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 163 (64.06% from 255 or 36.55% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB50A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB50A3 is #34AF5C. Grayscale: #7E7E7E. Windows color (decimal): -3452765 or 10703051. OLE color: 10703051.

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

Color convert

RGB20380163-
CMYK00.610.200.20
HSL319.51º54.19%55.49%-
HSV(B)319.51º60.59%79.61%-
XYZ34.1121.0836.92-
YUV126.24148.75182.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.52%
GREEN value IS 80 (31.64% from 255) = 17.94%
BLUE value IS 163 (64.06% from 255) = 36.55%
R=45.52%
G=17.94%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038016300.610.200.20319.5154.1955.49
HexCB50A303D14141403637
Octal31312024307524245006667
Binary1100101110100001010001101111011010010100101000000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB50A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB50A3; }

 p { color: rgb(203,80,163); }

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

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

 a { background-color: rgb(203,80,163); }

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

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

 span { border-color: rgb(203,80,163); }

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