Html Css Color HEX #CB5890 Mulberry

📋 copy color: '#CB5890'

red 203 ◦ green 88 ◦ blue 144

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

Shades of Mulberry #CB5890

Tints of Mulberry #CB5890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.1%

R = 46.67%
G = 20.23%
B = 33.1%

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

#CB5890 (or 0xCB5890) is known color: Mulberry. HEX triplet: CB, 58 and 90. RGB value is (203,88,144). Sum of RGB (Red+Green+Blue) = 203+88+144=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 88 (34.77% from 255 or 20.23% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5890 is #34A76F. Grayscale: #808080. Windows color (decimal): -3450736 or 9459915. OLE color: 9459915.

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

Color convert

RGB 203 88 144 -
CMYK 0 0.57 0.29 0.20
HSL 330.78º 0.53% 0.57% -
HSV(B) 330.78º 0.57% 0.8% -
XYZ 33.15 21.69 28.82 -
YUV 128.77 136.6 180.95 -
System Red Green Blue C M Y K H S L
Decimal 203 88 144 0 0.57 0.29 0.20 330.78 0.53 0.57
Hex CB 58 90 0 39 1D 14 14B 35 39
Octal 313 130 220 0 71 35 24 513 65 71
Binary 11001011 1011000 10010000 0 111001 11101 10100 101001011 110101 111001

Color Harmonies of #CB5890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5890

Black with #CB5890

Text Example


Text Example

White with #CB5890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5890; }

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

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

background-color css

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

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

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

border-color css

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

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

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