Html Css Color HEX #C6518B Mulberry

📋 copy color: '#C6518B'

red 198 ◦ green 81 ◦ blue 139

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

Shades of Mulberry #C6518B

Tints of Mulberry #C6518B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.25%

R = 47.37%
G = 19.38%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6518B (or 0xC6518B) is known color: Mulberry. HEX triplet: C6, 51 and 8B. RGB value is (198,81,139). Sum of RGB (Red+Green+Blue) = 198+81+139=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C6518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6518B is #39AE74. Grayscale: #7A7A7A. Windows color (decimal): -3780213 or 9130438. OLE color: 9130438.

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

Color convert

RGB 198 81 139 -
CMYK 0 0.59 0.30 0.22
HSL 330.26º 0.51% 0.55% -
HSV(B) 330.26º 0.59% 0.78% -
XYZ 30.89 19.75 26.61 -
YUV 122.6 137.26 181.78 -
System Red Green Blue C M Y K H S L
Decimal 198 81 139 0 0.59 0.30 0.22 330.26 0.51 0.55
Hex C6 51 8B 0 3B 1E 16 14A 33 37
Octal 306 121 213 0 73 36 26 512 63 67
Binary 11000110 1010001 10001011 0 111011 11110 10110 101001010 110011 110111

Color Harmonies of #C6518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6518B

Black with #C6518B

Text Example


Text Example

White with #C6518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6518B; }

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

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

background-color css

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

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

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

border-color css

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

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

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