#CB427F

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

Shades of Mulberry #CB427F

Tints of Mulberry #CB427F

Color information

#CB427F (or 0xCB427F) is unknown color: approx Mulberry. HEX triplet: CB, 42 and 7F. RGB value is (203,66,127). Sum of RGB (Red+Green+Blue) = 203+66+127=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB427F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB427F is #34BD80. Grayscale: #717171. Windows color (decimal): -3456385 or 8340171. OLE color: 8340171.

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

Color convert

RGB20366127-
CMYK00.670.370.20
HSL333.28º56.85%52.75%-
HSV(B)333.28º67.49%79.61%-
XYZ30.4118.1321.97-
YUV113.92135.39191.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.26%
GREEN value IS 66 (26.17% from 255) = 16.67%
BLUE value IS 127 (50% from 255) = 32.07%
R=51.26%
G=16.67%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036612700.670.370.20333.2856.8552.75
HexCB427F043251414d3935
Octal313102177010345245157165
Binary11001011100001011111110100001110010110100101001101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB427F; }

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

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

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

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

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

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

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

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