Html Css Color HEX #CB5489 Mulberry

📋 copy color: '#CB5489'

red 203 ◦ green 84 ◦ blue 137

#CB5489
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #CB5489

Tints of Mulberry #CB5489

RGB

 RED value IS 203 (79.69% from 255) = 47.88%

 GREEN value IS 84 (33.2% from 255) = 19.81%

 BLUE value IS 137 (53.91% from 255) = 32.31%

R = 47.88%
G = 19.81%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB5489 (or 0xCB5489) is known color: Mulberry. HEX triplet: CB, 54 and 89. RGB value is (203,84,137). Sum of RGB (Red+Green+Blue) = 203+84+137=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5489 is #34AB76. Grayscale: #7D7D7D. Windows color (decimal): -3451767 or 9000139. OLE color: 9000139.

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

Color convert

RGB 203 84 137 -
CMYK 0 0.59 0.33 0.20
HSL 333.28º 0.53% 0.56% -
HSV(B) 333.28º 0.59% 0.8% -
XYZ 32.31 20.84 25.99 -
YUV 125.62 134.42 183.19 -
System Red Green Blue C M Y K H S L
Decimal 203 84 137 0 0.59 0.33 0.20 333.28 0.53 0.56
Hex CB 54 89 0 3B 21 14 14D 35 38
Octal 313 124 211 0 73 41 24 515 65 70
Binary 11001011 1010100 10001001 0 111011 100001 10100 101001101 110101 111000

Color Harmonies of #CB5489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5489

Black with #CB5489

Text Example


Text Example

White with #CB5489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5489; }

 p { color: rgb(203,84,137); }

 H1.HeaderClassName
 {
   color: #CB5489;
 }
 .AnyTagClassName
 {
   color: #CB5489;
 }
</style>

background-color css

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

 a { background-color: rgb(203,84,137); }

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

border-color css

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

 span { border-color: rgb(203,84,137); }

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