Html Css Color HEX #C85683 Mulberry

📋 copy color: '#C85683'

red 200 ◦ green 86 ◦ blue 131

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

Shades of Mulberry #C85683

Tints of Mulberry #C85683

RGB

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

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

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

R = 47.96%
G = 20.62%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C85683 (or 0xC85683) is known color: Mulberry. HEX triplet: C8, 56 and 83. RGB value is (200,86,131). Sum of RGB (Red+Green+Blue) = 200+86+131=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C85683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85683 is #37A97C. Grayscale: #7D7D7D. Windows color (decimal): -3647869 or 8607432. OLE color: 8607432.

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

Color convert

RGB 200 86 131 -
CMYK 0 0.57 0.34 0.22
HSL 336.32º 0.51% 0.56% -
HSV(B) 336.32º 0.57% 0.78% -
XYZ 31.24 20.57 23.8 -
YUV 125.22 131.27 181.34 -
System Red Green Blue C M Y K H S L
Decimal 200 86 131 0 0.57 0.34 0.22 336.32 0.51 0.56
Hex C8 56 83 0 39 22 16 150 33 38
Octal 310 126 203 0 71 42 26 520 63 70
Binary 11001000 1010110 10000011 0 111001 100010 10110 101010000 110011 111000

Color Harmonies of #C85683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85683

Black with #C85683

Text Example


Text Example

White with #C85683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85683; }

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

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

background-color css

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

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

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

border-color css

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

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

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