#CB37A9

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

Shades of Mulberry #CB37A9

Tints of Mulberry #CB37A9

Color information

#CB37A9 (or 0xCB37A9) is unknown color: approx Mulberry. HEX triplet: CB, 37 and A9. RGB value is (203,55,169). Sum of RGB (Red+Green+Blue) = 203+55+169=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 55 (21.88% from 255 or 12.88% from 427); Blue value is 169 (66.41% from 255 or 39.58% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB37A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB37A9 is #34C856. Grayscale: #6F6F6F. Windows color (decimal): -3459159 or 11089867. OLE color: 11089867.

HSL color Cylindrical-coordinate representation of color #CB37A9: hue angle of 313.78º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB37A9 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB20355169-
CMYK00.730.170.20
HSL313.78º58.73%50.59%-
HSV(B)313.78º72.91%79.61%-
XYZ33.1618.2939.32-
YUV112.25160.03192.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.54%
GREEN value IS 55 (21.88% from 255) = 12.88%
BLUE value IS 169 (66.41% from 255) = 39.58%
R=47.54%
G=12.88%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035516900.730.170.20313.7858.7350.59
HexCB37A9049111413a3b33
Octal31367251011121244727363
Binary1100101111011110101001010010011000110100100111010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB37A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB37A9; }

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

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

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

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

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

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

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

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