Html Css Color HEX #C65486 Mulberry

📋 copy color: '#C65486'

red 198 ◦ green 84 ◦ blue 134

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

Shades of Mulberry #C65486

Tints of Mulberry #C65486

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.19%

 BLUE value IS 134 (52.73% from 255) = 32.21%

R = 47.6%
G = 20.19%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C65486 (or 0xC65486) is known color: Mulberry. HEX triplet: C6, 54 and 86. RGB value is (198,84,134). Sum of RGB (Red+Green+Blue) = 198+84+134=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C65486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65486 is #39AB79. Grayscale: #7B7B7B. Windows color (decimal): -3779450 or 8803526. OLE color: 8803526.

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

Color convert

RGB 198 84 134 -
CMYK 0 0.58 0.32 0.22
HSL 333.68º 0.5% 0.55% -
HSV(B) 333.68º 0.58% 0.78% -
XYZ 30.76 20.07 24.81 -
YUV 123.79 133.77 180.93 -
System Red Green Blue C M Y K H S L
Decimal 198 84 134 0 0.58 0.32 0.22 333.68 0.5 0.55
Hex C6 54 86 0 3A 20 16 14E 32 37
Octal 306 124 206 0 72 40 26 516 62 67
Binary 11000110 1010100 10000110 0 111010 100000 10110 101001110 110010 110111

Color Harmonies of #C65486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65486

Black with #C65486

Text Example


Text Example

White with #C65486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65486; }

 p { color: rgb(198,84,134); }

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

background-color css

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

 a { background-color: rgb(198,84,134); }

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

border-color css

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

 span { border-color: rgb(198,84,134); }

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