Html Css Color HEX #CB5694 Mulberry

📋 copy color: '#CB5694'

red 203 ◦ green 86 ◦ blue 148

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

Shades of Mulberry #CB5694

Tints of Mulberry #CB5694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.87%

R = 46.45%
G = 19.68%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB5694 (or 0xCB5694) is known color: Mulberry. HEX triplet: CB, 56 and 94. RGB value is (203,86,148). Sum of RGB (Red+Green+Blue) = 203+86+148=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 86 (33.98% from 255 or 19.68% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5694 is #34A96B. Grayscale: #7F7F7F. Windows color (decimal): -3451244 or 9721547. OLE color: 9721547.

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

Color convert

RGB 203 86 148 -
CMYK 0 0.58 0.27 0.20
HSL 328.21º 0.53% 0.57% -
HSV(B) 328.21º 0.58% 0.8% -
XYZ 33.3 21.49 30.41 -
YUV 128.05 139.26 181.46 -
System Red Green Blue C M Y K H S L
Decimal 203 86 148 0 0.58 0.27 0.20 328.21 0.53 0.57
Hex CB 56 94 0 3A 1B 14 148 35 39
Octal 313 126 224 0 72 33 24 510 65 71
Binary 11001011 1010110 10010100 0 111010 11011 10100 101001000 110101 111001

Color Harmonies of #CB5694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5694

Black with #CB5694

Text Example


Text Example

White with #CB5694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5694; }

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

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

background-color css

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

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

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

border-color css

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

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

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