Html Css Color HEX #CB5989 Mulberry

📋 copy color: '#CB5989'

red 203 ◦ green 89 ◦ blue 137

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

Shades of Mulberry #CB5989

Tints of Mulberry #CB5989

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.75%

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

R = 47.32%
G = 20.75%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB5989 (or 0xCB5989) is known color: Mulberry. HEX triplet: CB, 59 and 89. RGB value is (203,89,137). Sum of RGB (Red+Green+Blue) = 203+89+137=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5989 is #34A676. Grayscale: #808080. Windows color (decimal): -3450487 or 9001419. OLE color: 9001419.

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

Color convert

RGB 203 89 137 -
CMYK 0 0.56 0.33 0.20
HSL 334.74º 0.52% 0.57% -
HSV(B) 334.74º 0.56% 0.8% -
XYZ 32.72 21.65 26.12 -
YUV 128.56 132.77 181.1 -
System Red Green Blue C M Y K H S L
Decimal 203 89 137 0 0.56 0.33 0.20 334.74 0.52 0.57
Hex CB 59 89 0 38 21 14 14F 34 39
Octal 313 131 211 0 70 41 24 517 64 71
Binary 11001011 1011001 10001001 0 111000 100001 10100 101001111 110100 111001

Color Harmonies of #CB5989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5989

Black with #CB5989

Text Example


Text Example

White with #CB5989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5989; }

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

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

background-color css

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

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

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

border-color css

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

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

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