Html Css Color HEX #CB489B Mulberry

📋 copy color: '#CB489B'

red 203 ◦ green 72 ◦ blue 155

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

Shades of Mulberry #CB489B

Tints of Mulberry #CB489B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.05%

R = 47.21%
G = 16.74%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CB489B (or 0xCB489B) is known color: Mulberry. HEX triplet: CB, 48 and 9B. RGB value is (203,72,155). Sum of RGB (Red+Green+Blue) = 203+72+155=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB489B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB489B is #34B764. Grayscale: #787878. Windows color (decimal): -3454821 or 10176715. OLE color: 10176715.

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

Color convert

RGB 203 72 155 -
CMYK 0 0.65 0.24 0.20
HSL 321.98º 0.56% 0.54% -
HSV(B) 321.98º 0.65% 0.8% -
XYZ 32.86 19.7 33.08 -
YUV 120.63 147.4 186.75 -
System Red Green Blue C M Y K H S L
Decimal 203 72 155 0 0.65 0.24 0.20 321.98 0.56 0.54
Hex CB 48 9B 0 41 18 14 142 38 36
Octal 313 110 233 0 101 30 24 502 70 66
Binary 11001011 1001000 10011011 0 1000001 11000 10100 101000010 111000 110110

Color Harmonies of #CB489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB489B

Black with #CB489B

Text Example


Text Example

White with #CB489B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB489B; }

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

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

background-color css

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

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

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

border-color css

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

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

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