Html Css Color HEX #CB5089 Mulberry

📋 copy color: '#CB5089'

red 203 ◦ green 80 ◦ blue 137

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

Shades of Mulberry #CB5089

Tints of Mulberry #CB5089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.05%

 BLUE value IS 137 (53.91% from 255) = 32.62%

R = 48.33%
G = 19.05%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB5089 (or 0xCB5089) is known color: Mulberry. HEX triplet: CB, 50 and 89. RGB value is (203,80,137). Sum of RGB (Red+Green+Blue) = 203+80+137=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5089 is #34AF76. Grayscale: #7B7B7B. Windows color (decimal): -3452791 or 8999115. OLE color: 8999115.

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

Color convert

RGB 203 80 137 -
CMYK 0 0.61 0.33 0.20
HSL 332.2º 0.54% 0.55% -
HSV(B) 332.2º 0.61% 0.8% -
XYZ 32.01 20.24 25.89 -
YUV 123.28 135.75 184.87 -
System Red Green Blue C M Y K H S L
Decimal 203 80 137 0 0.61 0.33 0.20 332.2 0.54 0.55
Hex CB 50 89 0 3D 21 14 14C 36 37
Octal 313 120 211 0 75 41 24 514 66 67
Binary 11001011 1010000 10001001 0 111101 100001 10100 101001100 110110 110111

Color Harmonies of #CB5089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5089

Black with #CB5089

Text Example


Text Example

White with #CB5089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5089; }

 p { color: rgb(203,80,137); }

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

background-color css

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

 a { background-color: rgb(203,80,137); }

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

border-color css

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

 span { border-color: rgb(203,80,137); }

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