#CB488E

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

Shades of Mulberry #CB488E

Tints of Mulberry #CB488E

Color information

#CB488E (or 0xCB488E) is unknown color: approx Mulberry. HEX triplet: CB, 48 and 8E. RGB value is (203,72,142). Sum of RGB (Red+Green+Blue) = 203+72+142=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB488E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB488E is #34B771. Grayscale: #777777. Windows color (decimal): -3454834 or 9324747. OLE color: 9324747.

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

Color convert

RGB20372142-
CMYK00.650.300.20
HSL327.94º55.74%53.92%-
HSV(B)327.94º64.53%79.61%-
XYZ31.8319.2827.64-
YUV119.15140.9187.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.68%
GREEN value IS 72 (28.52% from 255) = 17.27%
BLUE value IS 142 (55.86% from 255) = 34.05%
R=48.68%
G=17.27%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037214200.650.300.20327.9455.7453.92
HexCB488E0411E141483836
Octal313110216010136245107066
Binary11001011100100010001110010000011111010100101001000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB488E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB488E; }

 p { color: rgb(203,72,142); }

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

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

 a { background-color: rgb(203,72,142); }

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

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

 span { border-color: rgb(203,72,142); }

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