Html Css Color HEX #CB5987 Mulberry

📋 copy color: '#CB5987'

red 203 ◦ green 89 ◦ blue 135

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

Shades of Mulberry #CB5987

Tints of Mulberry #CB5987

RGB

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

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

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

R = 47.54%
G = 20.84%
B = 31.62%

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

#CB5987 (or 0xCB5987) is known color: Mulberry. HEX triplet: CB, 59 and 87. RGB value is (203,89,135). Sum of RGB (Red+Green+Blue) = 203+89+135=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 135 (53.12% from 255 or 31.62% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5987 is #34A678. Grayscale: #808080. Windows color (decimal): -3450489 or 8870347. OLE color: 8870347.

HSL color Cylindrical-coordinate representation of color #CB5987: hue angle of 335.79º 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 #CB5987 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 89 135 -
CMYK 0 0.56 0.33 0.20
HSL 335.79º 0.52% 0.57% -
HSV(B) 335.79º 0.56% 0.8% -
XYZ 32.57 21.59 25.37 -
YUV 128.33 131.77 181.26 -
System Red Green Blue C M Y K H S L
Decimal 203 89 135 0 0.56 0.33 0.20 335.79 0.52 0.57
Hex CB 59 87 0 38 21 14 150 34 39
Octal 313 131 207 0 70 41 24 520 64 71
Binary 11001011 1011001 10000111 0 111000 100001 10100 101010000 110100 111001

Color Harmonies of #CB5987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5987

Black with #CB5987

Text Example


Text Example

White with #CB5987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5987; }

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

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

background-color css

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

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

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

border-color css

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

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

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