#CB40A0

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

Shades of Mulberry #CB40A0

Tints of Mulberry #CB40A0

Color information

#CB40A0 (or 0xCB40A0) is unknown color: approx Mulberry. HEX triplet: CB, 40 and A0. RGB value is (203,64,160). Sum of RGB (Red+Green+Blue) = 203+64+160=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB40A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB40A0 is #34BF5F. Grayscale: #747474. Windows color (decimal): -3456864 or 10502347. OLE color: 10502347.

HSL color Cylindrical-coordinate representation of color #CB40A0: hue angle of 318.56º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB40A0 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB20364160-
CMYK00.680.210.20
HSL318.56º57.2%52.35%-
HSV(B)318.56º68.47%79.61%-
XYZ32.8118.935.18-
YUV116.5152.55189.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.54%
GREEN value IS 64 (25.39% from 255) = 14.99%
BLUE value IS 160 (62.89% from 255) = 37.47%
R=47.54%
G=14.99%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036416000.680.210.20318.5657.252.35
HexCB40A0044151413f3934
Octal313100240010425244777164
Binary11001011100000010100000010001001010110100100111111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB40A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB40A0; }

 p { color: rgb(203,64,160); }

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

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

 a { background-color: rgb(203,64,160); }

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

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

 span { border-color: rgb(203,64,160); }

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