Html Css Color HEX #C85181 Mulberry

📋 copy color: '#C85181'

red 200 ◦ green 81 ◦ blue 129

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

Shades of Mulberry #C85181

Tints of Mulberry #C85181

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.76%

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

R = 48.78%
G = 19.76%
B = 31.46%

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

#C85181 (or 0xC85181) is known color: Mulberry. HEX triplet: C8, 51 and 81. RGB value is (200,81,129). Sum of RGB (Red+Green+Blue) = 200+81+129=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C85181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85181 is #37AE7E. Grayscale: #797979. Windows color (decimal): -3649151 or 8475080. OLE color: 8475080.

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

Color convert

RGB 200 81 129 -
CMYK 0 0.59 0.36 0.22
HSL 335.8º 0.52% 0.55% -
HSV(B) 335.8º 0.6% 0.78% -
XYZ 30.72 19.75 22.96 -
YUV 122.05 131.92 183.6 -
System Red Green Blue C M Y K H S L
Decimal 200 81 129 0 0.59 0.36 0.22 335.8 0.52 0.55
Hex C8 51 81 0 3B 24 16 150 34 37
Octal 310 121 201 0 73 44 26 520 64 67
Binary 11001000 1010001 10000001 0 111011 100100 10110 101010000 110100 110111

Color Harmonies of #C85181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85181

Black with #C85181

Text Example


Text Example

White with #C85181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85181; }

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

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

background-color css

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

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

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

border-color css

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

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

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