Html Css Color HEX #CB5887 Mulberry

📋 copy color: '#CB5887'

red 203 ◦ green 88 ◦ blue 135

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

Shades of Mulberry #CB5887

Tints of Mulberry #CB5887

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.66%

 BLUE value IS 135 (53.13% from 255) = 31.69%

R = 47.65%
G = 20.66%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB5887 (or 0xCB5887) is known color: Mulberry. HEX triplet: CB, 58 and 87. RGB value is (203,88,135). Sum of RGB (Red+Green+Blue) = 203+88+135=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5887 is #34A778. Grayscale: #7F7F7F. Windows color (decimal): -3450745 or 8870091. OLE color: 8870091.

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

Color convert

RGB 203 88 135 -
CMYK 0 0.57 0.33 0.20
HSL 335.48º 0.53% 0.57% -
HSV(B) 335.48º 0.57% 0.8% -
XYZ 32.49 21.43 25.34 -
YUV 127.74 132.1 181.68 -
System Red Green Blue C M Y K H S L
Decimal 203 88 135 0 0.57 0.33 0.20 335.48 0.53 0.57
Hex CB 58 87 0 39 21 14 14F 35 39
Octal 313 130 207 0 71 41 24 517 65 71
Binary 11001011 1011000 10000111 0 111001 100001 10100 101001111 110101 111001

Color Harmonies of #CB5887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5887

Black with #CB5887

Text Example


Text Example

White with #CB5887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5887; }

 p { color: rgb(203,88,135); }

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

background-color css

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

 a { background-color: rgb(203,88,135); }

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

border-color css

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

 span { border-color: rgb(203,88,135); }

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