Html Css Color HEX #C85481 Mulberry

📋 copy color: '#C85481'

red 200 ◦ green 84 ◦ blue 129

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

Shades of Mulberry #C85481

Tints of Mulberry #C85481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.34%

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

R = 48.43%
G = 20.34%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C85481 (or 0xC85481) is known color: Mulberry. HEX triplet: C8, 54 and 81. RGB value is (200,84,129). Sum of RGB (Red+Green+Blue) = 200+84+129=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C85481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85481 is #37AB7E. Grayscale: #7B7B7B. Windows color (decimal): -3648383 or 8475848. OLE color: 8475848.

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

Color convert

RGB 200 84 129 -
CMYK 0 0.58 0.36 0.22
HSL 336.72º 0.51% 0.56% -
HSV(B) 336.72º 0.58% 0.78% -
XYZ 30.95 20.2 23.04 -
YUV 123.81 130.93 182.34 -
System Red Green Blue C M Y K H S L
Decimal 200 84 129 0 0.58 0.36 0.22 336.72 0.51 0.56
Hex C8 54 81 0 3A 24 16 151 33 38
Octal 310 124 201 0 72 44 26 521 63 70
Binary 11001000 1010100 10000001 0 111010 100100 10110 101010001 110011 111000

Color Harmonies of #C85481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85481

Black with #C85481

Text Example


Text Example

White with #C85481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85481; }

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

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

background-color css

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

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

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

border-color css

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

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

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