#CB4097

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

Shades of Mulberry #CB4097

Tints of Mulberry #CB4097

Color information

#CB4097 (or 0xCB4097) is unknown color: approx Mulberry. HEX triplet: CB, 40 and 97. RGB value is (203,64,151). Sum of RGB (Red+Green+Blue) = 203+64+151=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4097 is #34BF68. Grayscale: #737373. Windows color (decimal): -3456873 or 9912523. OLE color: 9912523.

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

Color convert

RGB20364151-
CMYK00.680.260.20
HSL322.45º57.2%52.35%-
HSV(B)322.45º68.47%79.61%-
XYZ32.0518.631.18-
YUV115.48148.05190.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.56%
GREEN value IS 64 (25.39% from 255) = 15.31%
BLUE value IS 151 (59.38% from 255) = 36.12%
R=48.56%
G=15.31%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036415100.680.260.20322.4557.252.35
HexCB40970441A141423934
Octal313100227010432245027164
Binary11001011100000010010111010001001101010100101000010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4097; }

 p { color: rgb(203,64,151); }

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

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

 a { background-color: rgb(203,64,151); }

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

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

 span { border-color: rgb(203,64,151); }

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