#CB4AA9

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

Shades of Mulberry #CB4AA9

Tints of Mulberry #CB4AA9

Color information

#CB4AA9 (or 0xCB4AA9) is unknown color: approx Mulberry. HEX triplet: CB, 4A and A9. RGB value is (203,74,169). Sum of RGB (Red+Green+Blue) = 203+74+169=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 169 (66.41% from 255 or 37.89% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4AA9 is #34B556. Grayscale: #7B7B7B. Windows color (decimal): -3454295 or 11094731. OLE color: 11094731.

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

Color convert

RGB20374169-
CMYK00.640.170.20
HSL315.81º55.36%54.31%-
HSV(B)315.81º63.55%79.61%-
XYZ34.2420.4639.68-
YUV123.4153.74184.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.52%
GREEN value IS 74 (29.30% from 255) = 16.59%
BLUE value IS 169 (66.41% from 255) = 37.89%
R=45.52%
G=16.59%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037416900.640.170.20315.8155.3654.31
HexCB4AA9040111413c3736
Octal313112251010021244746766
Binary11001011100101010101001010000001000110100100111100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4AA9; }

 p { color: rgb(203,74,169); }

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

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

 a { background-color: rgb(203,74,169); }

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

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

 span { border-color: rgb(203,74,169); }

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