Html Css Color HEX #C85B83 Mulberry

📋 copy color: '#C85B83'

red 200 ◦ green 91 ◦ blue 131

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

Shades of Mulberry #C85B83

Tints of Mulberry #C85B83

RGB

 RED value IS 200 (78.52% from 255) = 47.39%

 GREEN value IS 91 (35.94% from 255) = 21.56%

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

R = 47.39%
G = 21.56%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C85B83 (or 0xC85B83) is known color: Mulberry. HEX triplet: C8, 5B and 83. RGB value is (200,91,131). Sum of RGB (Red+Green+Blue) = 200+91+131=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85B83 is #37A47C. Grayscale: #808080. Windows color (decimal): -3646589 or 8608712. OLE color: 8608712.

HSL color Cylindrical-coordinate representation of color #C85B83: hue angle of 337.98º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85B83 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 91 131 -
CMYK 0 0.54 0.34 0.22
HSL 337.98º 0.5% 0.57% -
HSV(B) 337.98º 0.55% 0.78% -
XYZ 31.66 21.4 23.93 -
YUV 128.15 129.61 179.25 -
System Red Green Blue C M Y K H S L
Decimal 200 91 131 0 0.54 0.34 0.22 337.98 0.5 0.57
Hex C8 5B 83 0 36 22 16 152 32 39
Octal 310 133 203 0 66 42 26 522 62 71
Binary 11001000 1011011 10000011 0 110110 100010 10110 101010010 110010 111001

Color Harmonies of #C85B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85B83

Black with #C85B83

Text Example


Text Example

White with #C85B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85B83; }

 p { color: rgb(200,91,131); }

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

background-color css

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

 a { background-color: rgb(200,91,131); }

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

border-color css

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

 span { border-color: rgb(200,91,131); }

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