#CB4183

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

Shades of Mulberry #CB4183

Tints of Mulberry #CB4183

Color information

#CB4183 (or 0xCB4183) is unknown color: approx Mulberry. HEX triplet: CB, 41 and 83. RGB value is (203,65,131). Sum of RGB (Red+Green+Blue) = 203+65+131=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4183 is #34BE7C. Grayscale: #717171. Windows color (decimal): -3456637 or 8602059. OLE color: 8602059.

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

Color convert

RGB20365131-
CMYK00.680.350.20
HSL331.3º57.02%52.55%-
HSV(B)331.3º67.98%79.61%-
XYZ30.6218.1223.36-
YUV113.79137.72191.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.88%
GREEN value IS 65 (25.78% from 255) = 16.29%
BLUE value IS 131 (51.56% from 255) = 32.83%
R=50.88%
G=16.29%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036513100.680.350.20331.357.0252.55
HexCB4183044231414b3935
Octal313101203010443245137165
Binary110010111000001100000110100010010001110100101001011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4183; }

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

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

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

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

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

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

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

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