Html Css Color HEX #CB5688 Mulberry

📋 copy color: '#CB5688'

red 203 ◦ green 86 ◦ blue 136

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

Shades of Mulberry #CB5688

Tints of Mulberry #CB5688

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.24%

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

R = 47.76%
G = 20.24%
B = 32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB5688 (or 0xCB5688) is known color: Mulberry. HEX triplet: CB, 56 and 88. RGB value is (203,86,136). Sum of RGB (Red+Green+Blue) = 203+86+136=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5688 is #34A977. Grayscale: #7E7E7E. Windows color (decimal): -3451256 or 8935115. OLE color: 8935115.

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

Color convert

RGB 203 86 136 -
CMYK 0 0.58 0.33 0.20
HSL 334.36º 0.53% 0.57% -
HSV(B) 334.36º 0.58% 0.8% -
XYZ 32.4 21.13 25.66 -
YUV 126.68 133.26 182.43 -
System Red Green Blue C M Y K H S L
Decimal 203 86 136 0 0.58 0.33 0.20 334.36 0.53 0.57
Hex CB 56 88 0 3A 21 14 14E 35 39
Octal 313 126 210 0 72 41 24 516 65 71
Binary 11001011 1010110 10001000 0 111010 100001 10100 101001110 110101 111001

Color Harmonies of #CB5688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5688

Black with #CB5688

Text Example


Text Example

White with #CB5688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5688; }

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

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

background-color css

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

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

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

border-color css

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

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

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