Html Css Color HEX #C64683 Mulberry

📋 copy color: '#C64683'

red 198 ◦ green 70 ◦ blue 131

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

Shades of Mulberry #C64683

Tints of Mulberry #C64683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.83%

R = 49.62%
G = 17.54%
B = 32.83%

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

#C64683 (or 0xC64683) is known color: Mulberry. HEX triplet: C6, 46 and 83. RGB value is (198,70,131). Sum of RGB (Red+Green+Blue) = 198+70+131=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C64683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64683 is #39B97C. Grayscale: #737373. Windows color (decimal): -3783037 or 8603334. OLE color: 8603334.

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

Color convert

RGB 198 70 131 -
CMYK 0 0.65 0.34 0.22
HSL 331.41º 0.53% 0.53% -
HSV(B) 331.41º 0.65% 0.78% -
XYZ 29.58 18.02 23.39 -
YUV 115.23 136.91 187.04 -
System Red Green Blue C M Y K H S L
Decimal 198 70 131 0 0.65 0.34 0.22 331.41 0.53 0.53
Hex C6 46 83 0 41 22 16 14B 35 35
Octal 306 106 203 0 101 42 26 513 65 65
Binary 11000110 1000110 10000011 0 1000001 100010 10110 101001011 110101 110101

Color Harmonies of #C64683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64683

Black with #C64683

Text Example


Text Example

White with #C64683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64683; }

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

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

background-color css

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

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

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

border-color css

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

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

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