Html Css Color HEX #CB5387 Mulberry

📋 copy color: '#CB5387'

red 203 ◦ green 83 ◦ blue 135

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

Shades of Mulberry #CB5387

Tints of Mulberry #CB5387

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.71%

 BLUE value IS 135 (53.13% from 255) = 32.07%

R = 48.22%
G = 19.71%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB5387 (or 0xCB5387) is known color: Mulberry. HEX triplet: CB, 53 and 87. RGB value is (203,83,135). Sum of RGB (Red+Green+Blue) = 203+83+135=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5387 is #34AC78. Grayscale: #7C7C7C. Windows color (decimal): -3452025 or 8868811. OLE color: 8868811.

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

Color convert

RGB 203 83 135 -
CMYK 0 0.59 0.33 0.20
HSL 334º 0.54% 0.56% -
HSV(B) 334º 0.59% 0.8% -
XYZ 32.1 20.63 25.21 -
YUV 124.81 133.76 183.77 -
System Red Green Blue C M Y K H S L
Decimal 203 83 135 0 0.59 0.33 0.20 334 0.54 0.56
Hex CB 53 87 0 3B 21 14 14E 36 38
Octal 313 123 207 0 73 41 24 516 66 70
Binary 11001011 1010011 10000111 0 111011 100001 10100 101001110 110110 111000

Color Harmonies of #CB5387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5387

Black with #CB5387

Text Example


Text Example

White with #CB5387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5387; }

 p { color: rgb(203,83,135); }

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

background-color css

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

 a { background-color: rgb(203,83,135); }

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

border-color css

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

 span { border-color: rgb(203,83,135); }

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