Html Css Color HEX #CB5992 Mulberry

📋 copy color: '#CB5992'

red 203 ◦ green 89 ◦ blue 146

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

Shades of Mulberry #CB5992

Tints of Mulberry #CB5992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.32%

 BLUE value IS 146 (57.42% from 255) = 33.33%

R = 46.35%
G = 20.32%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CB5992 (or 0xCB5992) is known color: Mulberry. HEX triplet: CB, 59 and 92. RGB value is (203,89,146). Sum of RGB (Red+Green+Blue) = 203+89+146=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5992 is #34A66D. Grayscale: #818181. Windows color (decimal): -3450478 or 9591243. OLE color: 9591243.

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

Color convert

RGB 203 89 146 -
CMYK 0 0.56 0.28 0.20
HSL 330º 0.52% 0.57% -
HSV(B) 330º 0.56% 0.8% -
XYZ 33.39 21.92 29.66 -
YUV 129.58 137.27 180.37 -
System Red Green Blue C M Y K H S L
Decimal 203 89 146 0 0.56 0.28 0.20 330 0.52 0.57
Hex CB 59 92 0 38 1C 14 14A 34 39
Octal 313 131 222 0 70 34 24 512 64 71
Binary 11001011 1011001 10010010 0 111000 11100 10100 101001010 110100 111001

Color Harmonies of #CB5992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5992

Black with #CB5992

Text Example


Text Example

White with #CB5992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5992; }

 p { color: rgb(203,89,146); }

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

background-color css

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

 a { background-color: rgb(203,89,146); }

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

border-color css

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

 span { border-color: rgb(203,89,146); }

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