#CB4AA3

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

Shades of Mulberry #CB4AA3

Tints of Mulberry #CB4AA3

Color information

#CB4AA3 (or 0xCB4AA3) is unknown color: approx Mulberry. HEX triplet: CB, 4A and A3. RGB value is (203,74,163). Sum of RGB (Red+Green+Blue) = 203+74+163=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4AA3 is #34B55C. Grayscale: #7A7A7A. Windows color (decimal): -3454301 or 10701515. OLE color: 10701515.

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

Color convert

RGB20374163-
CMYK00.640.200.20
HSL318.6º55.36%54.31%-
HSV(B)318.6º63.55%79.61%-
XYZ33.6920.2436.78-
YUV122.72150.74185.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.14%
GREEN value IS 74 (29.30% from 255) = 16.82%
BLUE value IS 163 (64.06% from 255) = 37.05%
R=46.14%
G=16.82%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037416300.640.200.20318.655.3654.31
HexCB4AA3040141413f3736
Octal313112243010024244776766
Binary11001011100101010100011010000001010010100100111111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4AA3; }

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

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

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

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

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

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

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

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