#CB458A

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

Shades of Mulberry #CB458A

Tints of Mulberry #CB458A

Color information

#CB458A (or 0xCB458A) is unknown color: approx Mulberry. HEX triplet: CB, 45 and 8A. RGB value is (203,69,138). Sum of RGB (Red+Green+Blue) = 203+69+138=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB458A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB458A is #34BA75. Grayscale: #747474. Windows color (decimal): -3455606 or 9061835. OLE color: 9061835.

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

Color convert

RGB20369138-
CMYK00.660.320.20
HSL329.1º56.3%53.33%-
HSV(B)329.1º66.01%79.61%-
XYZ31.3418.7926.02-
YUV116.93139.89189.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.51%
GREEN value IS 69 (27.34% from 255) = 16.83%
BLUE value IS 138 (54.30% from 255) = 33.66%
R=49.51%
G=16.83%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036913800.660.320.20329.156.353.33
HexCB458A04220141493835
Octal313105212010240245117065
Binary110010111000101100010100100001010000010100101001001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB458A; }

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

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

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

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

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

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

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

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