#CB4283

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

Shades of Mulberry #CB4283

Tints of Mulberry #CB4283

Color information

#CB4283 (or 0xCB4283) is unknown color: approx Mulberry. HEX triplet: CB, 42 and 83. RGB value is (203,66,131). Sum of RGB (Red+Green+Blue) = 203+66+131=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4283 is #34BD7C. Grayscale: #727272. Windows color (decimal): -3456381 or 8602315. OLE color: 8602315.

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

Color convert

RGB20366131-
CMYK00.670.350.20
HSL331.53º56.85%52.75%-
HSV(B)331.53º67.49%79.61%-
XYZ30.6718.2323.38-
YUV114.37137.39191.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.75%
GREEN value IS 66 (26.17% from 255) = 16.5%
BLUE value IS 131 (51.56% from 255) = 32.75%
R=50.75%
G=16.5%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036613100.670.350.20331.5356.8552.75
HexCB4283043231414c3935
Octal313102203010343245147165
Binary110010111000010100000110100001110001110100101001100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4283; }

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

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

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

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

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

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

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

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