#CB459E

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

Shades of Mulberry #CB459E

Tints of Mulberry #CB459E

Color information

#CB459E (or 0xCB459E) is unknown color: approx Mulberry. HEX triplet: CB, 45 and 9E. RGB value is (203,69,158). Sum of RGB (Red+Green+Blue) = 203+69+158=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB459E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB459E is #34BA61. Grayscale: #767676. Windows color (decimal): -3455586 or 10372555. OLE color: 10372555.

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

Color convert

RGB20369158-
CMYK00.660.220.20
HSL320.15º56.3%53.33%-
HSV(B)320.15º66.01%79.61%-
XYZ32.9319.4234.36-
YUV119.21149.89187.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.21%
GREEN value IS 69 (27.34% from 255) = 16.05%
BLUE value IS 158 (62.11% from 255) = 36.74%
R=47.21%
G=16.05%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036915800.660.220.20320.1556.353.33
HexCB459E04216141403835
Octal313105236010226245007065
Binary11001011100010110011110010000101011010100101000000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB459E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB459E; }

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

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

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

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

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

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

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

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