#CB5684

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

Shades of Mulberry #CB5684

Tints of Mulberry #CB5684

Color information

#CB5684 (or 0xCB5684) is unknown color: approx Mulberry. HEX triplet: CB, 56 and 84. RGB value is (203,86,132). Sum of RGB (Red+Green+Blue) = 203+86+132=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5684 is #34A97B. Grayscale: #7E7E7E. Windows color (decimal): -3451260 or 8672971. OLE color: 8672971.

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

Color convert

RGB20386132-
CMYK00.580.350.20
HSL336.41º52.94%56.67%-
HSV(B)336.41º57.64%79.61%-
XYZ32.1221.0224.19-
YUV126.23131.26182.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.22%
GREEN value IS 86 (33.98% from 255) = 20.43%
BLUE value IS 132 (51.95% from 255) = 31.35%
R=48.22%
G=20.43%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038613200.580.350.20336.4152.9456.67
HexCB568403A23141503539
Octal31312620407243245206571
Binary11001011101011010000100011101010001110100101010000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5684; }

 p { color: rgb(203,86,132); }

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

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

 a { background-color: rgb(203,86,132); }

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

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

 span { border-color: rgb(203,86,132); }

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