#CB498A

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

Shades of Mulberry #CB498A

Tints of Mulberry #CB498A

Color information

#CB498A (or 0xCB498A) is unknown color: approx Mulberry. HEX triplet: CB, 49 and 8A. RGB value is (203,73,138). Sum of RGB (Red+Green+Blue) = 203+73+138=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB498A is #34B675. Grayscale: #777777. Windows color (decimal): -3454582 or 9062859. OLE color: 9062859.

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

Color convert

RGB20373138-
CMYK00.640.320.20
HSL330º55.56%54.12%-
HSV(B)330º64.04%79.61%-
XYZ31.619.326.1-
YUV119.28138.57187.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.03%
GREEN value IS 73 (28.91% from 255) = 17.63%
BLUE value IS 138 (54.30% from 255) = 33.33%
R=49.03%
G=17.63%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037313800.640.320.2033055.5654.12
HexCB498A040201414a3836
Octal313111212010040245127066
Binary110010111001001100010100100000010000010100101001010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB498A; }

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

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

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

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

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

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

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

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