Html Css Color HEX #CB5794 Mulberry

📋 copy color: '#CB5794'

red 203 ◦ green 87 ◦ blue 148

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

Shades of Mulberry #CB5794

Tints of Mulberry #CB5794

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.86%

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

R = 46.35%
G = 19.86%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB5794 (or 0xCB5794) is known color: Mulberry. HEX triplet: CB, 57 and 94. RGB value is (203,87,148). Sum of RGB (Red+Green+Blue) = 203+87+148=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5794 is #34A86B. Grayscale: #808080. Windows color (decimal): -3450988 or 9721803. OLE color: 9721803.

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

Color convert

RGB 203 87 148 -
CMYK 0 0.57 0.27 0.20
HSL 328.45º 0.53% 0.57% -
HSV(B) 328.45º 0.57% 0.8% -
XYZ 33.38 21.65 30.44 -
YUV 128.64 138.93 181.04 -
System Red Green Blue C M Y K H S L
Decimal 203 87 148 0 0.57 0.27 0.20 328.45 0.53 0.57
Hex CB 57 94 0 39 1B 14 148 35 39
Octal 313 127 224 0 71 33 24 510 65 71
Binary 11001011 1010111 10010100 0 111001 11011 10100 101001000 110101 111001

Color Harmonies of #CB5794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5794

Black with #CB5794

Text Example


Text Example

White with #CB5794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5794; }

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

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

background-color css

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

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

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

border-color css

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

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

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