Html Css Color HEX #CB5683 Mulberry

📋 copy color: '#CB5683'

red 203 ◦ green 86 ◦ blue 131

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

Shades of Mulberry #CB5683

Tints of Mulberry #CB5683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.19%

R = 48.33%
G = 20.48%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CB5683 (or 0xCB5683) is known color: Mulberry. HEX triplet: CB, 56 and 83. RGB value is (203,86,131). Sum of RGB (Red+Green+Blue) = 203+86+131=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5683 is #34A97C. Grayscale: #7E7E7E. Windows color (decimal): -3451261 or 8607435. OLE color: 8607435.

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

Color convert

RGB 203 86 131 -
CMYK 0 0.58 0.35 0.20
HSL 336.92º 0.53% 0.57% -
HSV(B) 336.92º 0.58% 0.8% -
XYZ 32.05 20.99 23.83 -
YUV 126.11 130.76 182.84 -
System Red Green Blue C M Y K H S L
Decimal 203 86 131 0 0.58 0.35 0.20 336.92 0.53 0.57
Hex CB 56 83 0 3A 23 14 151 35 39
Octal 313 126 203 0 72 43 24 521 65 71
Binary 11001011 1010110 10000011 0 111010 100011 10100 101010001 110101 111001

Color Harmonies of #CB5683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5683

Black with #CB5683

Text Example


Text Example

White with #CB5683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5683; }

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

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

background-color css

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

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

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

border-color css

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

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

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