#CB427E

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

Shades of Mulberry #CB427E

Tints of Mulberry #CB427E

Color information

#CB427E (or 0xCB427E) is unknown color: approx Mulberry. HEX triplet: CB, 42 and 7E. RGB value is (203,66,126). Sum of RGB (Red+Green+Blue) = 203+66+126=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB427E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB427E is #34BD81. Grayscale: #717171. Windows color (decimal): -3456386 or 8274635. OLE color: 8274635.

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

Color convert

RGB20366126-
CMYK00.670.380.20
HSL333.72º56.85%52.75%-
HSV(B)333.72º67.49%79.61%-
XYZ30.3418.121.63-
YUV113.8134.89191.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.39%
GREEN value IS 66 (26.17% from 255) = 16.71%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=51.39%
G=16.71%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036612600.670.380.20333.7256.8552.75
HexCB427E043261414e3935
Octal313102176010346245167165
Binary11001011100001011111100100001110011010100101001110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB427E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB427E; }

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

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

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

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

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

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

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

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