Html Css Color HEX #CB5991 Mulberry

📋 copy color: '#CB5991'

red 203 ◦ green 89 ◦ blue 145

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

Shades of Mulberry #CB5991

Tints of Mulberry #CB5991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.18%

R = 46.45%
G = 20.37%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CB5991 (or 0xCB5991) is known color: Mulberry. HEX triplet: CB, 59 and 91. RGB value is (203,89,145). Sum of RGB (Red+Green+Blue) = 203+89+145=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 145 (57.03% from 255 or 33.18% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5991 is #34A66E. Grayscale: #818181. Windows color (decimal): -3450479 or 9525707. OLE color: 9525707.

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

Color convert

RGB 203 89 145 -
CMYK 0 0.56 0.29 0.20
HSL 330.53º 0.52% 0.57% -
HSV(B) 330.53º 0.56% 0.8% -
XYZ 33.31 21.89 29.26 -
YUV 129.47 136.77 180.45 -
System Red Green Blue C M Y K H S L
Decimal 203 89 145 0 0.56 0.29 0.20 330.53 0.52 0.57
Hex CB 59 91 0 38 1D 14 14B 34 39
Octal 313 131 221 0 70 35 24 513 64 71
Binary 11001011 1011001 10010001 0 111000 11101 10100 101001011 110100 111001

Color Harmonies of #CB5991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5991

Black with #CB5991

Text Example


Text Example

White with #CB5991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5991; }

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

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

background-color css

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

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

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

border-color css

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

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

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