Html Css Color HEX #CB5997 Mulberry

📋 copy color: '#CB5997'

red 203 ◦ green 89 ◦ blue 151

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

Shades of Mulberry #CB5997

Tints of Mulberry #CB5997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.09%

R = 45.82%
G = 20.09%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CB5997 (or 0xCB5997) is known color: Mulberry. HEX triplet: CB, 59 and 97. RGB value is (203,89,151). Sum of RGB (Red+Green+Blue) = 203+89+151=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5997 is #34A668. Grayscale: #828282. Windows color (decimal): -3450473 or 9918923. OLE color: 9918923.

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

Color convert

RGB 203 89 151 -
CMYK 0 0.56 0.26 0.20
HSL 327.37º 0.52% 0.57% -
HSV(B) 327.37º 0.56% 0.8% -
XYZ 33.79 22.08 31.76 -
YUV 130.15 139.77 179.96 -
System Red Green Blue C M Y K H S L
Decimal 203 89 151 0 0.56 0.26 0.20 327.37 0.52 0.57
Hex CB 59 97 0 38 1A 14 147 34 39
Octal 313 131 227 0 70 32 24 507 64 71
Binary 11001011 1011001 10010111 0 111000 11010 10100 101000111 110100 111001

Color Harmonies of #CB5997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5997

Black with #CB5997

Text Example


Text Example

White with #CB5997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5997; }

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

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

background-color css

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

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

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

border-color css

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

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

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