#CB447D

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

Shades of Mulberry #CB447D

Tints of Mulberry #CB447D

Color information

#CB447D (or 0xCB447D) is unknown color: approx Mulberry. HEX triplet: CB, 44 and 7D. RGB value is (203,68,125). Sum of RGB (Red+Green+Blue) = 203+68+125=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB447D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB447D is #34BB82. Grayscale: #727272. Windows color (decimal): -3455875 or 8209611. OLE color: 8209611.

HSL color Cylindrical-coordinate representation of color #CB447D: hue angle of 334.67º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB447D is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB20368125-
CMYK00.670.380.20
HSL334.67º56.49%53.14%-
HSV(B)334.67º66.5%79.61%-
XYZ30.418.3121.33-
YUV114.86133.73190.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.26%
GREEN value IS 68 (26.95% from 255) = 17.17%
BLUE value IS 125 (49.22% from 255) = 31.57%
R=51.26%
G=17.17%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036812500.670.380.20334.6756.4953.14
HexCB447D043261414f3835
Octal313104175010346245177065
Binary11001011100010011111010100001110011010100101001111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB447D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB447D; }

 p { color: rgb(203,68,125); }

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

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

 a { background-color: rgb(203,68,125); }

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

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

 span { border-color: rgb(203,68,125); }

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