#CB4AA5

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

Shades of Mulberry #CB4AA5

Tints of Mulberry #CB4AA5

Color information

#CB4AA5 (or 0xCB4AA5) is unknown color: approx Mulberry. HEX triplet: CB, 4A and A5. RGB value is (203,74,165). Sum of RGB (Red+Green+Blue) = 203+74+165=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 165 (64.84% from 255 or 37.33% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4AA5 is #34B55A. Grayscale: #7A7A7A. Windows color (decimal): -3454299 or 10832587. OLE color: 10832587.

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

Color convert

RGB20374165-
CMYK00.640.190.20
HSL317.67º55.36%54.31%-
HSV(B)317.67º63.55%79.61%-
XYZ33.8720.3137.73-
YUV122.94151.74185.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.93%
GREEN value IS 74 (29.30% from 255) = 16.74%
BLUE value IS 165 (64.84% from 255) = 37.33%
R=45.93%
G=16.74%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037416500.640.190.20317.6755.3654.31
HexCB4AA5040131413e3736
Octal313112245010023244766766
Binary11001011100101010100101010000001001110100100111110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4AA5; }

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

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

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

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

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

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

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

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