Html Css Color HEX #CB488A Mulberry

📋 copy color: '#CB488A'

red 203 ◦ green 72 ◦ blue 138

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

Shades of Mulberry #CB488A

Tints of Mulberry #CB488A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.41%

R = 49.15%
G = 17.43%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB488A (or 0xCB488A) is known color: Mulberry. HEX triplet: CB, 48 and 8A. RGB value is (203,72,138). Sum of RGB (Red+Green+Blue) = 203+72+138=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB488A is #34B775. Grayscale: #767676. Windows color (decimal): -3454838 or 9062603. OLE color: 9062603.

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

Color convert

RGB 203 72 138 -
CMYK 0 0.65 0.32 0.20
HSL 329.77º 0.56% 0.54% -
HSV(B) 329.77º 0.65% 0.8% -
XYZ 31.53 19.17 26.08 -
YUV 118.69 138.9 188.13 -
System Red Green Blue C M Y K H S L
Decimal 203 72 138 0 0.65 0.32 0.20 329.77 0.56 0.54
Hex CB 48 8A 0 41 20 14 14A 38 36
Octal 313 110 212 0 101 40 24 512 70 66
Binary 11001011 1001000 10001010 0 1000001 100000 10100 101001010 111000 110110

Color Harmonies of #CB488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB488A

Black with #CB488A

Text Example


Text Example

White with #CB488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB488A; }

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

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

background-color css

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

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

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

border-color css

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

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

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