Html Css Color HEX #C85282 Mulberry

📋 copy color: '#C85282'

red 200 ◦ green 82 ◦ blue 130

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

Shades of Mulberry #C85282

Tints of Mulberry #C85282

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.9%

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

R = 48.54%
G = 19.9%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C85282 (or 0xC85282) is known color: Mulberry. HEX triplet: C8, 52 and 82. RGB value is (200,82,130). Sum of RGB (Red+Green+Blue) = 200+82+130=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C85282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85282 is #37AD7D. Grayscale: #7A7A7A. Windows color (decimal): -3648894 or 8540872. OLE color: 8540872.

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

Color convert

RGB 200 82 130 -
CMYK 0 0.59 0.35 0.22
HSL 335.59º 0.52% 0.55% -
HSV(B) 335.59º 0.59% 0.78% -
XYZ 30.87 19.93 23.34 -
YUV 122.75 132.09 183.1 -
System Red Green Blue C M Y K H S L
Decimal 200 82 130 0 0.59 0.35 0.22 335.59 0.52 0.55
Hex C8 52 82 0 3B 23 16 150 34 37
Octal 310 122 202 0 73 43 26 520 64 67
Binary 11001000 1010010 10000010 0 111011 100011 10110 101010000 110100 110111

Color Harmonies of #C85282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85282

Black with #C85282

Text Example


Text Example

White with #C85282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85282; }

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

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

background-color css

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

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

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

border-color css

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

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

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