#CB4182

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

Shades of Mulberry #CB4182

Tints of Mulberry #CB4182

Color information

#CB4182 (or 0xCB4182) is unknown color: approx Mulberry. HEX triplet: CB, 41 and 82. RGB value is (203,65,130). Sum of RGB (Red+Green+Blue) = 203+65+130=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4182 is #34BE7D. Grayscale: #717171. Windows color (decimal): -3456638 or 8536523. OLE color: 8536523.

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

Color convert

RGB20365130-
CMYK00.680.360.20
HSL331.74º57.02%52.55%-
HSV(B)331.74º67.98%79.61%-
XYZ30.5518.0923-
YUV113.67137.22191.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.01%
GREEN value IS 65 (25.78% from 255) = 16.33%
BLUE value IS 130 (51.17% from 255) = 32.66%
R=51.01%
G=16.33%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036513000.680.360.20331.7457.0252.55
HexCB4182044241414c3935
Octal313101202010444245147165
Binary110010111000001100000100100010010010010100101001100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4182; }

 p { color: rgb(203,65,130); }

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

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

 a { background-color: rgb(203,65,130); }

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

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

 span { border-color: rgb(203,65,130); }

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