Html Css Color HEX #C8518A Mulberry

📋 copy color: '#C8518A'

red 200 ◦ green 81 ◦ blue 138

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

Shades of Mulberry #C8518A

Tints of Mulberry #C8518A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.94%

R = 47.73%
G = 19.33%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C8518A (or 0xC8518A) is known color: Mulberry. HEX triplet: C8, 51 and 8A. RGB value is (200,81,138). Sum of RGB (Red+Green+Blue) = 200+81+138=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C8518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8518A is #37AE75. Grayscale: #7A7A7A. Windows color (decimal): -3649142 or 9064904. OLE color: 9064904.

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

Color convert

RGB 200 81 138 -
CMYK 0 0.59 0.31 0.22
HSL 331.26º 0.52% 0.55% -
HSV(B) 331.26º 0.6% 0.78% -
XYZ 31.35 20 26.25 -
YUV 123.08 136.42 182.87 -
System Red Green Blue C M Y K H S L
Decimal 200 81 138 0 0.59 0.31 0.22 331.26 0.52 0.55
Hex C8 51 8A 0 3B 1F 16 14B 34 37
Octal 310 121 212 0 73 37 26 513 64 67
Binary 11001000 1010001 10001010 0 111011 11111 10110 101001011 110100 110111

Color Harmonies of #C8518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8518A

Black with #C8518A

Text Example


Text Example

White with #C8518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8518A; }

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

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

background-color css

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

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

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

border-color css

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

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

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