Html Css Color HEX #CB489E Mulberry

📋 copy color: '#CB489E'

red 203 ◦ green 72 ◦ blue 158

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

Shades of Mulberry #CB489E

Tints of Mulberry #CB489E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.63%

 BLUE value IS 158 (62.11% from 255) = 36.49%

R = 46.88%
G = 16.63%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#CB489E (or 0xCB489E) is known color: Mulberry. HEX triplet: CB, 48 and 9E. RGB value is (203,72,158). Sum of RGB (Red+Green+Blue) = 203+72+158=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB489E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB489E is #34B761. Grayscale: #787878. Windows color (decimal): -3454818 or 10373323. OLE color: 10373323.

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

Color convert

RGB 203 72 158 -
CMYK 0 0.65 0.22 0.20
HSL 320.61º 0.56% 0.54% -
HSV(B) 320.61º 0.65% 0.8% -
XYZ 33.12 19.8 34.42 -
YUV 120.97 148.9 186.51 -
System Red Green Blue C M Y K H S L
Decimal 203 72 158 0 0.65 0.22 0.20 320.61 0.56 0.54
Hex CB 48 9E 0 41 16 14 141 38 36
Octal 313 110 236 0 101 26 24 501 70 66
Binary 11001011 1001000 10011110 0 1000001 10110 10100 101000001 111000 110110

Color Harmonies of #CB489E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB489E

Black with #CB489E

Text Example


Text Example

White with #CB489E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB489E; }

 p { color: rgb(203,72,158); }

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

background-color css

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

 a { background-color: rgb(203,72,158); }

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

border-color css

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

 span { border-color: rgb(203,72,158); }

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