Html Css Color HEX #C64A86 Mulberry

📋 copy color: '#C64A86'

red 198 ◦ green 74 ◦ blue 134

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

Shades of Mulberry #C64A86

Tints of Mulberry #C64A86

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.23%

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

R = 48.77%
G = 18.23%
B = 33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C64A86 (or 0xC64A86) is known color: Mulberry. HEX triplet: C6, 4A and 86. RGB value is (198,74,134). Sum of RGB (Red+Green+Blue) = 198+74+134=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64A86 is #39B579. Grayscale: #757575. Windows color (decimal): -3782010 or 8800966. OLE color: 8800966.

HSL color Cylindrical-coordinate representation of color #C64A86: hue angle of 330.97º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64A86 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 74 134 -
CMYK 0 0.63 0.32 0.22
HSL 330.97º 0.52% 0.53% -
HSV(B) 330.97º 0.63% 0.78% -
XYZ 30.04 18.62 24.57 -
YUV 117.92 137.08 185.12 -
System Red Green Blue C M Y K H S L
Decimal 198 74 134 0 0.63 0.32 0.22 330.97 0.52 0.53
Hex C6 4A 86 0 3F 20 16 14B 34 35
Octal 306 112 206 0 77 40 26 513 64 65
Binary 11000110 1001010 10000110 0 111111 100000 10110 101001011 110100 110101

Color Harmonies of #C64A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64A86

Black with #C64A86

Text Example


Text Example

White with #C64A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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