Html Css Color HEX #CB5891 Mulberry

📋 copy color: '#CB5891'

red 203 ◦ green 88 ◦ blue 145

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

Shades of Mulberry #CB5891

Tints of Mulberry #CB5891

RGB

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

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

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

R = 46.56%
G = 20.18%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CB5891 (or 0xCB5891) is known color: Mulberry. HEX triplet: CB, 58 and 91. RGB value is (203,88,145). Sum of RGB (Red+Green+Blue) = 203+88+145=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5891 is #34A76E. Grayscale: #808080. Windows color (decimal): -3450735 or 9525451. OLE color: 9525451.

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

Color convert

RGB 203 88 145 -
CMYK 0 0.57 0.29 0.20
HSL 330.26º 0.53% 0.57% -
HSV(B) 330.26º 0.57% 0.8% -
XYZ 33.23 21.72 29.23 -
YUV 128.88 137.1 180.87 -
System Red Green Blue C M Y K H S L
Decimal 203 88 145 0 0.57 0.29 0.20 330.26 0.53 0.57
Hex CB 58 91 0 39 1D 14 14A 35 39
Octal 313 130 221 0 71 35 24 512 65 71
Binary 11001011 1011000 10010001 0 111001 11101 10100 101001010 110101 111001

Color Harmonies of #CB5891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5891

Black with #CB5891

Text Example


Text Example

White with #CB5891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5891; }

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

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

background-color css

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

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

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

border-color css

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

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

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