Html Css Color HEX #C85082 Mulberry

📋 copy color: '#C85082'

red 200 ◦ green 80 ◦ blue 130

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

Shades of Mulberry #C85082

Tints of Mulberry #C85082

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.51%

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

R = 48.78%
G = 19.51%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C85082 (or 0xC85082) is known color: Mulberry. HEX triplet: C8, 50 and 82. RGB value is (200,80,130). Sum of RGB (Red+Green+Blue) = 200+80+130=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C85082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85082 is #37AF7D. Grayscale: #797979. Windows color (decimal): -3649406 or 8540360. OLE color: 8540360.

HSL color Cylindrical-coordinate representation of color #C85082: hue angle of 335º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85082 is Cyan = 0, Magento = 0.6, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 80 130 -
CMYK 0 0.6 0.35 0.22
HSL 335º 0.52% 0.55% -
HSV(B) 335º 0.6% 0.78% -
XYZ 30.72 19.63 23.29 -
YUV 121.58 132.76 183.93 -
System Red Green Blue C M Y K H S L
Decimal 200 80 130 0 0.6 0.35 0.22 335 0.52 0.55
Hex C8 50 82 0 3C 23 16 14F 34 37
Octal 310 120 202 0 74 43 26 517 64 67
Binary 11001000 1010000 10000010 0 111100 100011 10110 101001111 110100 110111

Color Harmonies of #C85082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85082

Black with #C85082

Text Example


Text Example

White with #C85082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85082; }

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

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

background-color css

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

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

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

border-color css

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

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

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