#CF499B

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

Shades of Mulberry #CF499B

Tints of Mulberry #CF499B

Color information

#CF499B (or 0xCF499B) is unknown color: approx Mulberry. HEX triplet: CF, 49 and 9B. RGB value is (207,73,155). Sum of RGB (Red+Green+Blue) = 207+73+155=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF499B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF499B is #30B664. Grayscale: #7A7A7A. Windows color (decimal): -3192421 or 10176975. OLE color: 10176975.

HSL color Cylindrical-coordinate representation of color #CF499B: hue angle of 323.28º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF499B is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB20773155-
CMYK00.650.250.19
HSL323.28º58.26%54.9%-
HSV(B)323.28º64.73%81.18%-
XYZ34.0320.433.15-
YUV122.41146.39188.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.59%
GREEN value IS 73 (28.91% from 255) = 16.78%
BLUE value IS 155 (60.94% from 255) = 35.63%
R=47.59%
G=16.78%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077315500.650.250.19323.2858.2654.9
HexCF499B04119131433a37
Octal317111233010131235037267
Binary11001111100100110011011010000011100110011101000011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF499B; }

 p { color: rgb(207,73,155); }

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

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

 a { background-color: rgb(207,73,155); }

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

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

 span { border-color: rgb(207,73,155); }

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