Html Css Color HEX #CB4988 Mulberry

📋 copy color: '#CB4988'

red 203 ◦ green 73 ◦ blue 136

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

Shades of Mulberry #CB4988

Tints of Mulberry #CB4988

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.72%

 BLUE value IS 136 (53.52% from 255) = 33.01%

R = 49.27%
G = 17.72%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB4988 (or 0xCB4988) is known color: Mulberry. HEX triplet: CB, 49 and 88. RGB value is (203,73,136). Sum of RGB (Red+Green+Blue) = 203+73+136=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4988 is #34B677. Grayscale: #767676. Windows color (decimal): -3454584 or 8931787. OLE color: 8931787.

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

Color convert

RGB 203 73 136 -
CMYK 0 0.64 0.33 0.20
HSL 330.92º 0.56% 0.54% -
HSV(B) 330.92º 0.64% 0.8% -
XYZ 31.46 19.24 25.35 -
YUV 119.05 137.57 187.88 -
System Red Green Blue C M Y K H S L
Decimal 203 73 136 0 0.64 0.33 0.20 330.92 0.56 0.54
Hex CB 49 88 0 40 21 14 14B 38 36
Octal 313 111 210 0 100 41 24 513 70 66
Binary 11001011 1001001 10001000 0 1000000 100001 10100 101001011 111000 110110

Color Harmonies of #CB4988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4988

Black with #CB4988

Text Example


Text Example

White with #CB4988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4988; }

 p { color: rgb(203,73,136); }

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

background-color css

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

 a { background-color: rgb(203,73,136); }

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

border-color css

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

 span { border-color: rgb(203,73,136); }

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