#CB497E

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

Shades of Mulberry #CB497E

Tints of Mulberry #CB497E

Color information

#CB497E (or 0xCB497E) is unknown color: approx Mulberry. HEX triplet: CB, 49 and 7E. RGB value is (203,73,126). Sum of RGB (Red+Green+Blue) = 203+73+126=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB497E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB497E is #34B681. Grayscale: #757575. Windows color (decimal): -3454594 or 8276427. OLE color: 8276427.

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

Color convert

RGB20373126-
CMYK00.640.380.20
HSL335.54º55.56%54.12%-
HSV(B)335.54º64.04%79.61%-
XYZ30.7818.9721.78-
YUV117.91132.57188.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.50%
GREEN value IS 73 (28.91% from 255) = 18.16%
BLUE value IS 126 (49.61% from 255) = 31.34%
R=50.50%
G=18.16%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037312600.640.380.20335.5455.5654.12
HexCB497E04026141503836
Octal313111176010046245207066
Binary11001011100100111111100100000010011010100101010000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB497E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB497E; }

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

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

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

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

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

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

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

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