Html Css Color HEX #CB489D Mulberry

📋 copy color: '#CB489D'

red 203 ◦ green 72 ◦ blue 157

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

Shades of Mulberry #CB489D

Tints of Mulberry #CB489D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.34%

R = 46.99%
G = 16.67%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CB489D (or 0xCB489D) is known color: Mulberry. HEX triplet: CB, 48 and 9D. RGB value is (203,72,157). Sum of RGB (Red+Green+Blue) = 203+72+157=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB489D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB489D is #34B762. Grayscale: #787878. Windows color (decimal): -3454819 or 10307787. OLE color: 10307787.

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

Color convert

RGB 203 72 157 -
CMYK 0 0.65 0.23 0.20
HSL 321.07º 0.56% 0.54% -
HSV(B) 321.07º 0.65% 0.8% -
XYZ 33.03 19.77 33.97 -
YUV 120.86 148.4 186.59 -
System Red Green Blue C M Y K H S L
Decimal 203 72 157 0 0.65 0.23 0.20 321.07 0.56 0.54
Hex CB 48 9D 0 41 17 14 141 38 36
Octal 313 110 235 0 101 27 24 501 70 66
Binary 11001011 1001000 10011101 0 1000001 10111 10100 101000001 111000 110110

Color Harmonies of #CB489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB489D

Black with #CB489D

Text Example


Text Example

White with #CB489D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB489D; }

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

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

background-color css

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

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

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

border-color css

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

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

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