#CB4A93

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

Shades of Mulberry #CB4A93

Tints of Mulberry #CB4A93

Color information

#CB4A93 (or 0xCB4A93) is unknown color: approx Mulberry. HEX triplet: CB, 4A and 93. RGB value is (203,74,147). Sum of RGB (Red+Green+Blue) = 203+74+147=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4A93 is #34B56C. Grayscale: #787878. Windows color (decimal): -3454317 or 9652939. OLE color: 9652939.

HSL color Cylindrical-coordinate representation of color #CB4A93: hue angle of 326.05º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB4A93 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB20374147-
CMYK00.640.280.20
HSL326.05º55.36%54.31%-
HSV(B)326.05º63.55%79.61%-
XYZ32.3419.729.7-
YUV120.89142.74186.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.88%
GREEN value IS 74 (29.30% from 255) = 17.45%
BLUE value IS 147 (57.81% from 255) = 34.67%
R=47.88%
G=17.45%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037414700.640.280.20326.0555.3654.31
HexCB4A930401C141463736
Octal313112223010034245066766
Binary11001011100101010010011010000001110010100101000110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4A93; }

 p { color: rgb(203,74,147); }

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

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

 a { background-color: rgb(203,74,147); }

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

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

 span { border-color: rgb(203,74,147); }

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