#CB4697

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

Shades of Mulberry #CB4697

Tints of Mulberry #CB4697

Color information

#CB4697 (or 0xCB4697) is unknown color: approx Mulberry. HEX triplet: CB, 46 and 97. RGB value is (203,70,151). Sum of RGB (Red+Green+Blue) = 203+70+151=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4697 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4697 is #34B968. Grayscale: #767676. Windows color (decimal): -3455337 or 9914059. OLE color: 9914059.

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

Color convert

RGB20370151-
CMYK00.660.260.20
HSL323.46º56.12%53.53%-
HSV(B)323.46º65.52%79.61%-
XYZ32.419.3131.3-
YUV119146.06187.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.88%
GREEN value IS 70 (27.73% from 255) = 16.51%
BLUE value IS 151 (59.38% from 255) = 35.61%
R=47.88%
G=16.51%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037015100.660.260.20323.4656.1253.53
HexCB46970421A141433836
Octal313106227010232245037066
Binary11001011100011010010111010000101101010100101000011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4697; }

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

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

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

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

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

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

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

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