#CB478E

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

Shades of Mulberry #CB478E

Tints of Mulberry #CB478E

Color information

#CB478E (or 0xCB478E) is unknown color: approx Mulberry. HEX triplet: CB, 47 and 8E. RGB value is (203,71,142). Sum of RGB (Red+Green+Blue) = 203+71+142=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB478E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB478E is #34B871. Grayscale: #767676. Windows color (decimal): -3455090 or 9324491. OLE color: 9324491.

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

Color convert

RGB20371142-
CMYK00.650.300.20
HSL327.73º55.93%53.73%-
HSV(B)327.73º65.02%79.61%-
XYZ31.7619.1627.61-
YUV118.56141.23188.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.80%
GREEN value IS 71 (28.12% from 255) = 17.07%
BLUE value IS 142 (55.86% from 255) = 34.13%
R=48.80%
G=17.07%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037114200.650.300.20327.7355.9353.73
HexCB478E0411E141483836
Octal313107216010136245107066
Binary11001011100011110001110010000011111010100101001000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB478E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB478E; }

 p { color: rgb(203,71,142); }

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

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

 a { background-color: rgb(203,71,142); }

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

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

 span { border-color: rgb(203,71,142); }

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