#CB4297

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

Shades of Mulberry #CB4297

Tints of Mulberry #CB4297

Color information

#CB4297 (or 0xCB4297) is unknown color: approx Mulberry. HEX triplet: CB, 42 and 97. RGB value is (203,66,151). Sum of RGB (Red+Green+Blue) = 203+66+151=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4297 is #34BD68. Grayscale: #747474. Windows color (decimal): -3456361 or 9913035. OLE color: 9913035.

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

Color convert

RGB20366151-
CMYK00.670.260.20
HSL322.77º56.85%52.75%-
HSV(B)322.77º67.49%79.61%-
XYZ32.1618.8331.22-
YUV116.65147.39189.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.33%
GREEN value IS 66 (26.17% from 255) = 15.71%
BLUE value IS 151 (59.38% from 255) = 35.95%
R=48.33%
G=15.71%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036615100.670.260.20322.7756.8552.75
HexCB42970431A141433935
Octal313102227010332245037165
Binary11001011100001010010111010000111101010100101000011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4297; }

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

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

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

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

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

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

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

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