Html Css Color HEX #C64682 Mulberry

📋 copy color: '#C64682'

red 198 ◦ green 70 ◦ blue 130

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

Shades of Mulberry #C64682

Tints of Mulberry #C64682

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.59%

 BLUE value IS 130 (51.17% from 255) = 32.66%

R = 49.75%
G = 17.59%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C64682 (or 0xC64682) is known color: Mulberry. HEX triplet: C6, 46 and 82. RGB value is (198,70,130). Sum of RGB (Red+Green+Blue) = 198+70+130=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C64682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64682 is #39B97D. Grayscale: #727272. Windows color (decimal): -3783038 or 8537798. OLE color: 8537798.

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

Color convert

RGB 198 70 130 -
CMYK 0 0.65 0.34 0.22
HSL 331.88º 0.53% 0.53% -
HSV(B) 331.88º 0.65% 0.78% -
XYZ 29.51 18 23.04 -
YUV 115.11 136.41 187.12 -
System Red Green Blue C M Y K H S L
Decimal 198 70 130 0 0.65 0.34 0.22 331.88 0.53 0.53
Hex C6 46 82 0 41 22 16 14C 35 35
Octal 306 106 202 0 101 42 26 514 65 65
Binary 11000110 1000110 10000010 0 1000001 100010 10110 101001100 110101 110101

Color Harmonies of #C64682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64682

Black with #C64682

Text Example


Text Example

White with #C64682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64682; }

 p { color: rgb(198,70,130); }

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

background-color css

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

 a { background-color: rgb(198,70,130); }

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

border-color css

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

 span { border-color: rgb(198,70,130); }

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