Html Css Color HEX #CB488D Mulberry

📋 copy color: '#CB488D'

red 203 ◦ green 72 ◦ blue 141

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

Shades of Mulberry #CB488D

Tints of Mulberry #CB488D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.89%

R = 48.8%
G = 17.31%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB488D (or 0xCB488D) is known color: Mulberry. HEX triplet: CB, 48 and 8D. RGB value is (203,72,141). Sum of RGB (Red+Green+Blue) = 203+72+141=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB488D is #34B772. Grayscale: #767676. Windows color (decimal): -3454835 or 9259211. OLE color: 9259211.

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

Color convert

RGB 203 72 141 -
CMYK 0 0.65 0.31 0.20
HSL 328.4º 0.56% 0.54% -
HSV(B) 328.4º 0.65% 0.8% -
XYZ 31.75 19.25 27.24 -
YUV 119.04 140.4 187.89 -
System Red Green Blue C M Y K H S L
Decimal 203 72 141 0 0.65 0.31 0.20 328.4 0.56 0.54
Hex CB 48 8D 0 41 1F 14 148 38 36
Octal 313 110 215 0 101 37 24 510 70 66
Binary 11001011 1001000 10001101 0 1000001 11111 10100 101001000 111000 110110

Color Harmonies of #CB488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB488D

Black with #CB488D

Text Example


Text Example

White with #CB488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB488D; }

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

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

background-color css

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

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

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

border-color css

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

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

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