#CB427B

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

Shades of Mulberry #CB427B

Tints of Mulberry #CB427B

Color information

#CB427B (or 0xCB427B) is unknown color: approx Mulberry. HEX triplet: CB, 42 and 7B. RGB value is (203,66,123). Sum of RGB (Red+Green+Blue) = 203+66+123=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB427B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB427B is #34BD84. Grayscale: #717171. Windows color (decimal): -3456389 or 8078027. OLE color: 8078027.

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

Color convert

RGB20366123-
CMYK00.670.390.20
HSL335.04º56.85%52.75%-
HSV(B)335.04º67.49%79.61%-
XYZ30.1518.0220.63-
YUV113.46133.39191.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.79%
GREEN value IS 66 (26.17% from 255) = 16.84%
BLUE value IS 123 (48.44% from 255) = 31.38%
R=51.79%
G=16.84%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036612300.670.390.20335.0456.8552.75
HexCB427B043271414f3935
Octal313102173010347245177165
Binary11001011100001011110110100001110011110100101001111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB427B; }

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

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

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

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

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

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

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

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