Html Css Color HEX #C6538C Mulberry

📋 copy color: '#C6538C'

red 198 ◦ green 83 ◦ blue 140

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

Shades of Mulberry #C6538C

Tints of Mulberry #C6538C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.71%

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

R = 47.03%
G = 19.71%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C6538C (or 0xC6538C) is known color: Mulberry. HEX triplet: C6, 53 and 8C. RGB value is (198,83,140). Sum of RGB (Red+Green+Blue) = 198+83+140=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C6538C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6538C is #39AC73. Grayscale: #7B7B7B. Windows color (decimal): -3779700 or 9196486. OLE color: 9196486.

HSL color Cylindrical-coordinate representation of color #C6538C: hue angle of 330.26º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C6538C is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 83 140 -
CMYK 0 0.58 0.29 0.22
HSL 330.26º 0.5% 0.55% -
HSV(B) 330.26º 0.58% 0.78% -
XYZ 31.12 20.09 27.05 -
YUV 123.88 137.1 180.87 -
System Red Green Blue C M Y K H S L
Decimal 198 83 140 0 0.58 0.29 0.22 330.26 0.5 0.55
Hex C6 53 8C 0 3A 1D 16 14A 32 37
Octal 306 123 214 0 72 35 26 512 62 67
Binary 11000110 1010011 10001100 0 111010 11101 10110 101001010 110010 110111

Color Harmonies of #C6538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6538C

Black with #C6538C

Text Example


Text Example

White with #C6538C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6538C; }

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

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

background-color css

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

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

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

border-color css

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

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

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