Html Css Color HEX #C85682 Mulberry

📋 copy color: '#C85682'

red 200 ◦ green 86 ◦ blue 130

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

Shades of Mulberry #C85682

Tints of Mulberry #C85682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.25%

R = 48.08%
G = 20.67%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C85682 (or 0xC85682) is known color: Mulberry. HEX triplet: C8, 56 and 82. RGB value is (200,86,130). Sum of RGB (Red+Green+Blue) = 200+86+130=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C85682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85682 is #37A97D. Grayscale: #7D7D7D. Windows color (decimal): -3647870 or 8541896. OLE color: 8541896.

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

Color convert

RGB 200 86 130 -
CMYK 0 0.57 0.35 0.22
HSL 336.84º 0.51% 0.56% -
HSV(B) 336.84º 0.57% 0.78% -
XYZ 31.18 20.55 23.44 -
YUV 125.1 130.77 181.42 -
System Red Green Blue C M Y K H S L
Decimal 200 86 130 0 0.57 0.35 0.22 336.84 0.51 0.56
Hex C8 56 82 0 39 23 16 151 33 38
Octal 310 126 202 0 71 43 26 521 63 70
Binary 11001000 1010110 10000010 0 111001 100011 10110 101010001 110011 111000

Color Harmonies of #C85682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85682

Black with #C85682

Text Example


Text Example

White with #C85682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85682; }

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

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

background-color css

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

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

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

border-color css

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

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

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