Html Css Color HEX #C85281 Mulberry

📋 copy color: '#C85281'

red 200 ◦ green 82 ◦ blue 129

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

Shades of Mulberry #C85281

Tints of Mulberry #C85281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.39%

R = 48.66%
G = 19.95%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C85281 (or 0xC85281) is known color: Mulberry. HEX triplet: C8, 52 and 81. RGB value is (200,82,129). Sum of RGB (Red+Green+Blue) = 200+82+129=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C85281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85281 is #37AD7E. Grayscale: #7A7A7A. Windows color (decimal): -3648895 or 8475336. OLE color: 8475336.

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

Color convert

RGB 200 82 129 -
CMYK 0 0.59 0.36 0.22
HSL 336.1º 0.52% 0.55% -
HSV(B) 336.1º 0.59% 0.78% -
XYZ 30.8 19.9 22.99 -
YUV 122.64 131.59 183.18 -
System Red Green Blue C M Y K H S L
Decimal 200 82 129 0 0.59 0.36 0.22 336.1 0.52 0.55
Hex C8 52 81 0 3B 24 16 150 34 37
Octal 310 122 201 0 73 44 26 520 64 67
Binary 11001000 1010010 10000001 0 111011 100100 10110 101010000 110100 110111

Color Harmonies of #C85281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85281

Black with #C85281

Text Example


Text Example

White with #C85281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85281; }

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

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

background-color css

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

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

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

border-color css

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

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

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