Html Css Color HEX #CB5689 Mulberry

📋 copy color: '#CB5689'

red 203 ◦ green 86 ◦ blue 137

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

Shades of Mulberry #CB5689

Tints of Mulberry #CB5689

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.19%

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

R = 47.65%
G = 20.19%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB5689 (or 0xCB5689) is known color: Mulberry. HEX triplet: CB, 56 and 89. RGB value is (203,86,137). Sum of RGB (Red+Green+Blue) = 203+86+137=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5689 is #34A976. Grayscale: #7E7E7E. Windows color (decimal): -3451255 or 9000651. OLE color: 9000651.

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

Color convert

RGB 203 86 137 -
CMYK 0 0.58 0.33 0.20
HSL 333.85º 0.53% 0.57% -
HSV(B) 333.85º 0.58% 0.8% -
XYZ 32.47 21.16 26.04 -
YUV 126.8 133.76 182.35 -
System Red Green Blue C M Y K H S L
Decimal 203 86 137 0 0.58 0.33 0.20 333.85 0.53 0.57
Hex CB 56 89 0 3A 21 14 14E 35 39
Octal 313 126 211 0 72 41 24 516 65 71
Binary 11001011 1010110 10001001 0 111010 100001 10100 101001110 110101 111001

Color Harmonies of #CB5689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5689

Black with #CB5689

Text Example


Text Example

White with #CB5689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5689; }

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

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

background-color css

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

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

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

border-color css

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

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

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