#CB38A2

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

Shades of Mulberry #CB38A2

Tints of Mulberry #CB38A2

Color information

#CB38A2 (or 0xCB38A2) is unknown color: approx Mulberry. HEX triplet: CB, 38 and A2. RGB value is (203,56,162). Sum of RGB (Red+Green+Blue) = 203+56+162=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 56 (22.27% from 255 or 13.30% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB38A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB38A2 is #34C75D. Grayscale: #6F6F6F. Windows color (decimal): -3458910 or 10631371. OLE color: 10631371.

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

Color convert

RGB20356162-
CMYK00.720.200.20
HSL316.73º58.57%50.78%-
HSV(B)316.73º72.41%79.61%-
XYZ32.5618.1335.97-
YUV112.04156.2192.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.22%
GREEN value IS 56 (22.27% from 255) = 13.30%
BLUE value IS 162 (63.67% from 255) = 38.48%
R=48.22%
G=13.30%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035616200.720.200.20316.7358.5750.78
HexCB38A2048141413d3b33
Octal31370242011024244757363
Binary1100101111100010100010010010001010010100100111101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB38A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB38A2; }

 p { color: rgb(203,56,162); }

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

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

 a { background-color: rgb(203,56,162); }

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

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

 span { border-color: rgb(203,56,162); }

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