Html Css Color HEX #C8517E Mulberry

📋 copy color: '#C8517E'

red 200 ◦ green 81 ◦ blue 126

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

Shades of Mulberry #C8517E

Tints of Mulberry #C8517E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.96%

R = 49.14%
G = 19.9%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C8517E (or 0xC8517E) is known color: Mulberry. HEX triplet: C8, 51 and 7E. RGB value is (200,81,126). Sum of RGB (Red+Green+Blue) = 200+81+126=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8517E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8517E is #37AE81. Grayscale: #797979. Windows color (decimal): -3649154 or 8278472. OLE color: 8278472.

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

Color convert

RGB 200 81 126 -
CMYK 0 0.59 0.37 0.22
HSL 337.31º 0.52% 0.55% -
HSV(B) 337.31º 0.6% 0.78% -
XYZ 30.53 19.67 21.93 -
YUV 121.71 130.42 183.84 -
System Red Green Blue C M Y K H S L
Decimal 200 81 126 0 0.59 0.37 0.22 337.31 0.52 0.55
Hex C8 51 7E 0 3B 25 16 151 34 37
Octal 310 121 176 0 73 45 26 521 64 67
Binary 11001000 1010001 1111110 0 111011 100101 10110 101010001 110100 110111

Color Harmonies of #C8517E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8517E

Black with #C8517E

Text Example


Text Example

White with #C8517E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8517E; }

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

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

background-color css

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

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

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

border-color css

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

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

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