Html Css Color HEX #C6518C Mulberry

📋 copy color: '#C6518C'

red 198 ◦ green 81 ◦ blue 140

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

Shades of Mulberry #C6518C

Tints of Mulberry #C6518C

RGB

 RED value IS 198 (77.73% from 255) = 47.26%

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

 BLUE value IS 140 (55.08% from 255) = 33.41%

R = 47.26%
G = 19.33%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C6518C (or 0xC6518C) is known color: Mulberry. HEX triplet: C6, 51 and 8C. RGB value is (198,81,140). Sum of RGB (Red+Green+Blue) = 198+81+140=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C6518C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6518C is #39AE73. Grayscale: #7A7A7A. Windows color (decimal): -3780212 or 9195974. OLE color: 9195974.

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

Color convert

RGB 198 81 140 -
CMYK 0 0.59 0.29 0.22
HSL 329.74º 0.51% 0.55% -
HSV(B) 329.74º 0.59% 0.78% -
XYZ 30.96 19.78 27 -
YUV 122.71 137.76 181.7 -
System Red Green Blue C M Y K H S L
Decimal 198 81 140 0 0.59 0.29 0.22 329.74 0.51 0.55
Hex C6 51 8C 0 3B 1D 16 14A 33 37
Octal 306 121 214 0 73 35 26 512 63 67
Binary 11000110 1010001 10001100 0 111011 11101 10110 101001010 110011 110111

Color Harmonies of #C6518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6518C

Black with #C6518C

Text Example


Text Example

White with #C6518C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6518C; }

 p { color: rgb(198,81,140); }

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

background-color css

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

 a { background-color: rgb(198,81,140); }

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

border-color css

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

 span { border-color: rgb(198,81,140); }

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